Nostrum.Struct.VoiceRegion (nostrum v0.11.0-dev)

View Source

Struct representing a Discord voice region.

Summary

Types

t()

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