Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_game Struct Reference

This object represents a game. More...

#include <telebot-types.h>

Public Attributes

char * title
 
char * description
 
struct telebot_photophoto
 
int count_photo
 
char * text
 
struct telebot_message_entitytext_entities
 
int count_text_entities
 
struct telebot_animationanimation
 

Detailed Description

This object represents a game.

Member Data Documentation

◆ animation

struct telebot_animation* telebot_game::animation

Optional. Animation that will be displayed in the game message in chats.

◆ count_photo

int telebot_game::count_photo

Number of photos

◆ description

char* telebot_game::description

Description of the game

◆ photo

struct telebot_photo* telebot_game::photo

Photo that will be displayed in the game message in chats.

◆ text

char* telebot_game::text

Optional. Brief description of the game or high scores included in the game message.

◆ text_entities

struct telebot_message_entity* telebot_game::text_entities

Optional. Special entities that appear in text, such as usernames, URLs, bot commands, etc.

◆ title

char* telebot_game::title

Title of the game


The documentation for this struct was generated from the following file: