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

This object contains information about a chat boost. More...

#include <telebot-types.h>

Public Attributes

char * boost_id
 
long add_date
 
long expiration_date
 
struct telebot_chat_boost_sourcesource
 

Detailed Description

This object contains information about a chat boost.

Member Data Documentation

◆ add_date

long telebot_chat_boost::add_date

Point in time (Unix timestamp) when the chat was boosted

◆ boost_id

char* telebot_chat_boost::boost_id

Unique identifier of the boost

◆ expiration_date

long telebot_chat_boost::expiration_date

Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged

◆ source

struct telebot_chat_boost_source* telebot_chat_boost::source

Source of the added boost


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