struct Turnir::Parser::Goodgame::Data

Included Modules

Defined in:

turnir/parser/goodgame.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel_id : String #

[View source]
def channel_id=(channel_id : String) #

[View source]
def message_id : Int64 #

[View source]
def message_id=(message_id : Int64) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]
def timestamp : Int64 #

[View source]
def timestamp=(timestamp : Int64) #

[View source]
def user_id : Int32 #

[View source]
def user_id=(user_id : Int32) #

[View source]
def user_name : String #

[View source]
def user_name=(user_name : String) #

[View source]