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, type : Type? = nil, url = nil, state = nil, emoji = nil) #

[View source]

Instance Method Detail

def emoji : Emoji? #

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

[View source]
def name : String? #

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

[View source]
def state : String? #

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

[View source]
def type : Type? #

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

[View source]
def url : String? #

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

[View source]