struct Discord::GamePlaying

Defined in:

discordcr/mappings/guild.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(name : Nil | String = nil, type : Type | Nil = nil, url : Nil | String = nil) #

[View source]

Instance Method Detail

def name : Union(String, Nil) #

def name=(_name : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def type : Union(Type, Nil) #

def type=(_type : Union(Type, Nil)) #

def url : Union(String, Nil) #

def url=(_url : Union(String, Nil)) #