struct Discord::GamePlaying

Included Modules

Defined in:

discordcr/mappings/guild.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : Nil | String = nil, type : Type | Nil = nil, url : Nil | String = nil, state : Nil | String = nil, emoji : Discord::Emoji | Nil = nil) #

[View source]

Instance Method Detail

def emoji : Emoji | Nil #

[View source]
def emoji=(emoji : Emoji | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def state : String | Nil #

[View source]
def state=(state : String | Nil) #

[View source]
def type : Type | Nil #

[View source]
def type=(type : Type | Nil) #

[View source]
def url : String | Nil #

[View source]
def url=(url : String | Nil) #

[View source]