Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
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_sticker_set
 This object represents a sticker set. More...
 

Typedefs

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.
 
telebot_error_e telebot_get_sticker_set (telebot_handler_t handle, const char *name, telebot_sticker_set_t *stickers)
 Get a sticker set.
 
telebot_error_e telebot_put_sticker_set (telebot_sticker_set_t *stickers)
 Release sticker set obtained with telebot_get_sticker_set()
 
telebot_error_e telebot_put_sticker (telebot_sticker_t *sticker)
 Release a sticker object.
 

Detailed Description

This file contains stickers feature of telegram bot.

Author
Elmurod Talipov
Date
2020-04-19