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

Struct representing a Discord voice region.

Summary

Types

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