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, type : Type? = nil, url = nil, state = nil, emoji = nil)
Instance Method Summary
- #emoji : Emoji?
- #emoji=(emoji : Emoji?)
- #name : String?
- #name=(name : String?)
- #state : String?
- #state=(state : String?)
- #type : Type?
- #type=(type : Type?)
- #url : String?
- #url=(url : String?)