Telebot  4.7.0
Library for Telegram bot API
Classes | Typedefs | Functions
telebot-stickers.h File Reference

This file contains stickers feature of telegram bot. More...

#include <stdbool.h>

Go to the source code of this file.

Classes

struct  telebot_mask_position
 This object describes the position on faces where a mask should be placed by default. More...
 
struct  telebot_sticker
 This object represents a sticker. More...
 
struct  telebot_sticker_set
 This object represents a sticker set. More...
 

Typedefs

typedef struct telebot_mask_position telebot_mask_position_t
 This object describes the position on faces where a mask should be placed by default.
 
typedef struct telebot_sticker telebot_sticker_t
 This object represents a sticker.
 
typedef struct telebot_sticker_set telebot_sticker_set_t
 This object represents a sticker set.
 

Functions

telebot_error_e telebot_send_sticker (telebot_handler_t handle, long long int chat_id, const char *sticker, bool is_file, bool disable_notification, int reply_to_message_id, char *reply_markup)
 Send static .WEBP or animated .TGS stickers. More...
 
telebot_error_e telebot_get_sticker_set (telebot_handler_t handle, const char *name, telebot_sticker_set_t *stickers)
 Get a sticker set. More...
 
telebot_error_e telebot_put_sticker_set (telebot_sticker_set_t *stickers)
 Release sticker set obtained with telebot_get_sticker_set() More...
 

Detailed Description

This file contains stickers feature of telegram bot.

Author
Elmurod Talipov
Date
2020-04-19