class TelegramBot::Game

Defined in:

telegram_bot/types/game.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def animation : Animation | Nil #

[View source]
def animation=(_animation : Animation | Nil) #

[View source]
def description : String #

[View source]
def description=(_description : String) #

[View source]
def photo : Array(PhotoSize) #

[View source]
def photo=(_photo : Array(PhotoSize)) #

[View source]
def text : String | Nil #

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

[View source]
def text_entities : Array(MessageEntity) | Nil #

[View source]
def text_entities=(_text_entities : Array(MessageEntity) | Nil) #

[View source]
def title : String #

[View source]
def title=(_title : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]