|
Telebot 9.4
Library for Telegram bot API
|
This object represents a game. More...
#include <telebot-types.h>
Public Attributes | |
| char * | title |
| char * | description |
| struct telebot_photo * | photo |
| int | count_photo |
| char * | text |
| struct telebot_message_entity * | text_entities |
| int | count_text_entities |
| struct telebot_animation * | animation |
This object represents a game.
| struct telebot_animation* telebot_game::animation |
Optional. Animation that will be displayed in the game message in chats.
| int telebot_game::count_photo |
Number of photos
| char* telebot_game::description |
Description of the game
| struct telebot_photo* telebot_game::photo |
Photo that will be displayed in the game message in chats.
| char* telebot_game::text |
Optional. Brief description of the game or high scores included in the game message.
| struct telebot_message_entity* telebot_game::text_entities |
Optional. Special entities that appear in text, such as usernames, URLs, bot commands, etc.
| char* telebot_game::title |
Title of the game