struct Discord::GamePlaying

Defined in:

discordcr/mappings/guild.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(name = nil, type = nil, url = 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(Int64, Nil) | ::Union(String, Nil) #

def type=(_type : ::Union(Int64, Nil) | ::Union(String, Nil)) #

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

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