struct Discord::Gateway::ReadyPayload

Included Modules

Defined in:

discordcr/mappings/gateway.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def guilds : Array(UnavailableGuild) #

[View source]
def guilds=(guilds : Array(UnavailableGuild)) #

[View source]
def private_channels : Array(PrivateChannel) #

[View source]
def private_channels=(private_channels : Array(PrivateChannel)) #

[View source]
def resume_gateway_url : String #

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

[View source]
def session_id : String #

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

[View source]
def user : User #

[View source]
def user=(user : User) #

[View source]
def v : UInt8 #

[View source]
def v=(v : UInt8) #

[View source]