crux_structs v0.2.3 Crux.Structs.VoiceRegion View Source

Represents a Discord Voice Region Object.

Link to this section Summary

Link to this section Types

Specs

t() :: %Crux.Structs.VoiceRegion{
  custom: boolean(),
  deprecated: boolean(),
  id: String.t(),
  name: String.t(),
  optimal: boolean(),
  vip: boolean()
}