View Source Nostrum.Struct.VoiceRegion (Nostrum v0.8.0)

Struct representing a Discord voice region.

Link to this section Summary

Link to this section Types

@type t() :: %{
  custom: boolean(),
  deprecated: boolean(),
  id: String.t(),
  name: String.t(),
  optimal: boolean(),
  vip: boolean()
}