struct Discord::GuildBan

Included Modules

Defined in:

discordcr/mappings/guild.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def reason : String? #

[View source]
def reason=(reason : String?) #

[View source]
def user : User #

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

[View source]