class TelegramBot::Game

Included Modules

Defined in:

telegram_bot/types/game.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : 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]