struct Discord::Gateway::VoiceStateUpdatePacket

Included Modules

Defined in:

discordcr/mappings/gateway.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(guild_id, channel_id, self_mute, self_deaf) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def d : VoiceStateUpdatePayload #

[View source]
def d=(d : VoiceStateUpdatePayload) #

[View source]
def op : Int32 #

[View source]
def op=(op : Int32) #

[View source]