Telebot
4.7.0
Library for Telegram bot API
|
This object represents a sticker. More...
#include <telebot-stickers.h>
Public Attributes | |
char * | file_id |
char * | file_unique_id |
int | width |
int | height |
bool | is_animated |
struct telebot_photo * | thumb |
char * | emoji |
char * | set_name |
struct telebot_mask_position * | mask_position |
int | file_size |
This object represents a sticker.
char* telebot_sticker::emoji |
Optional. Emoji associated with the sticker.
char* telebot_sticker::file_id |
Identifier for this file, which can be used to download or reuse the file
int telebot_sticker::file_size |
Optional. File size
char* telebot_sticker::file_unique_id |
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
int telebot_sticker::height |
Sticker height
bool telebot_sticker::is_animated |
True, if the sticker is animated
struct telebot_mask_position* telebot_sticker::mask_position |
Optional. For mask stickers, the position where the mask should be placed.
char* telebot_sticker::set_name |
Optional. Name of the sticker set to which the sticker belongs
struct telebot_photo* telebot_sticker::thumb |
Optional. Sticker thumbnail in .webp or .jpg format
int telebot_sticker::width |
Sticker width