class TelegramBot::Game
- TelegramBot::Game
- Reference
- Object
Defined in:
telegram_bot/types/game.crConstructors
Instance Method Summary
- #animation : Animation | Nil
- #animation=(_animation : Animation | Nil)
- #description : String
- #description=(_description : String)
- #photo : Array(PhotoSize)
- #photo=(_photo : Array(PhotoSize))
- #text : String | Nil
- #text=(_text : String | Nil)
- #text_entities : Array(MessageEntity) | Nil
- #text_entities=(_text_entities : Array(MessageEntity) | Nil)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)