struct Discord::Invite

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 channel : InviteChannel #

[View source]
def channel=(channel : InviteChannel) #

[View source]
def code : String #

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

[View source]
def guild : InviteGuild #

[View source]
def guild=(guild : InviteGuild) #

[View source]