class TelegramBot::Game
- TelegramBot::Game
- Reference
- Object
Included Modules
- JSON::Serializable
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)