Crux v2020-03-17 17:55:51Z Crux.Structs.VoiceRegion View Source

Represents a Discord Voice Region Object.

Link to this section Summary

Link to this section Types

Link to this type

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