struct Discord::VoiceRegion

Included Modules

Defined in:

discordcr/mappings/voice.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def custom : Bool | Nil #

[View source]
def custom=(custom : Bool | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def optimal : Bool #

[View source]
def optimal=(optimal : Bool) #

[View source]
def sample_hostname : String #

[View source]
def sample_hostname=(sample_hostname : String) #

[View source]
def sample_port : UInt16 #

[View source]
def sample_port=(sample_port : UInt16) #

[View source]
def vip : Bool #

[View source]
def vip=(vip : Bool) #

[View source]