#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1252944610 |
| | Identifier uniquely determining a type of the object.
|
| |
A message with a game; not supported for channels or secret chats.
Definition at line 29703 of file td_api.h.
◆ inputMessageGame() [1/2]
| td::td_api::inputMessageGame::inputMessageGame |
( |
| ) |
|
A message with a game; not supported for channels or secret chats.
◆ inputMessageGame() [2/2]
| td::td_api::inputMessageGame::inputMessageGame |
( |
int53 |
bot_user_id_, |
|
|
string const & |
game_short_name_ |
|
) |
| |
A message with a game; not supported for channels or secret chats.
- Parameters
-
| [in] | bot_user_id_ | User identifier of the bot that owns the game. |
| [in] | game_short_name_ | Short name of the game. |
◆ store()
| void td::td_api::inputMessageGame::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ bot_user_id_
| int53 td::td_api::inputMessageGame::bot_user_id_ |
User identifier of the bot that owns the game.
Definition at line 29714 of file td_api.h.
◆ game_short_name_
| string td::td_api::inputMessageGame::game_short_name_ |
Short name of the game.
Definition at line 29716 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputMessageGame::ID = 1252944610 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 29732 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h