struct Discord::GamePlaying
- Discord::GamePlaying
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/guild.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : Nil | String = nil, type : Type | Nil = nil, url : Nil | String = nil, state : Nil | String = nil, emoji : Discord::Emoji | Nil = nil)
Instance Method Summary
- #emoji : Emoji | Nil
- #emoji=(emoji : Emoji | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #state : String | Nil
- #state=(state : String | Nil)
- #type : Type | Nil
- #type=(type : Type | Nil)
- #url : String | Nil
- #url=(url : String | Nil)
Constructor Detail
def self.new(name : Nil | String = nil, type : Type | Nil = nil, url : Nil | String = nil, state : Nil | String = nil, emoji : Discord::Emoji | Nil = nil)
#