Class: TD::Types::InputMessageContent::Game
- Inherits:
-
TD::Types::InputMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageContent
- TD::Types::InputMessageContent::Game
- Defined in:
- lib/tdlib/types/input_message_content/game.rb
Overview
A message with a game; not supported for channels or secret chats.
Instance Attribute Summary collapse
-
#bot_user_id ⇒ Integer
User identifier of the bot that owns the game.
-
#game_short_name ⇒ String
Short name of the game.
Method Summary
Methods inherited from Base
Instance Attribute Details
#bot_user_id ⇒ Integer
User identifier of the bot that owns the game.
6 7 8 |
# File 'lib/tdlib/types/input_message_content/game.rb', line 6 def bot_user_id @bot_user_id end |
#game_short_name ⇒ String
Short name of the game.
6 7 8 |
# File 'lib/tdlib/types/input_message_content/game.rb', line 6 def game_short_name @game_short_name end |