struct Discord::InviteChannel

Included Modules

Defined in:

discordcr/mappings/invite.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : Snowflake #

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

[View source]
def name : String #

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

[View source]
def type : UInt8 #

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

[View source]