Discord::GamePlaying
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(name : Nil | String = nil, type : Type | Nil = nil, url : Nil | String = nil, state : Nil | String = nil, emoji : Discord::Emoji | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
emoji
Sourceemoji=(emoji : Emoji | Nil)
Sourcename
Sourcename=(name : String | Nil)
Sourcestate
Sourcestate=(state : String | Nil)
Sourcetype
Sourcetype=(type : Type | Nil)
Sourceurl
Sourceurl=(url : String | Nil)
Source