struct Discord::PartialUser

Included Modules

Defined in:

discordcr/mappings/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar : String? #

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

[View source]
def bot : Bool? #

[View source]
def bot=(bot : Bool?) #

[View source]
def discriminator : String? #

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

[View source]
def email : String? #

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

[View source]
def full? : Bool #

[View source]
def id : Snowflake #

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

[View source]
def username : String? #

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

[View source]