Telebot  4.7.0
Library for Telegram bot API
Public Attributes | List of all members
telebot_sticker_set Struct Reference

This object represents a sticker set. More...

#include <telebot-stickers.h>

Public Attributes

char * name
 
char * title
 
bool is_animated
 
bool contains_masks
 
telebot_sticker_tstickers
 
int count_stickers
 
struct telebot_photothumb
 

Detailed Description

This object represents a sticker set.

Member Data Documentation

◆ contains_masks

bool telebot_sticker_set::contains_masks

True, if the sticker set contains masks

◆ is_animated

bool telebot_sticker_set::is_animated

True, if the sticker is animated

◆ name

char* telebot_sticker_set::name

Sticker set name

◆ stickers

telebot_sticker_t* telebot_sticker_set::stickers

List of all set stickers

◆ thumb

struct telebot_photo* telebot_sticker_set::thumb

Optional. Sticker set thumbnail in .webp or .jpg format

◆ title

char* telebot_sticker_set::title

Sticker set title


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