class TelegramBot::Game

Included Modules

Defined in:

telegram_bot/types/game.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def animation : Animation | Nil #

def animation=(animation : Animation | Nil) #

def description : String #

def description=(description : String) #

def photo : Array(PhotoSize) #

def photo=(photo : Array(PhotoSize)) #

def text : String | Nil #

def text=(text : String | Nil) #

def text_entities : Array(MessageEntity) | Nil #

def text_entities=(text_entities : Array(MessageEntity) | Nil) #

def title : String #

def title=(title : String) #