GramIO API Reference / gramio/dist / TelegramChatBoost
Interface: TelegramChatBoost
Defined in: @gramio/types/out/objects.d.ts:5410
This object contains information about a chat boost.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
add_date | number | Point in time (Unix timestamp) when the chat was boosted | @gramio/types/out/objects.d.ts:5418 |
boost_id | string | Unique identifier of the boost | @gramio/types/out/objects.d.ts:5414 |
expiration_date | number | Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged | @gramio/types/out/objects.d.ts:5422 |
source | TelegramChatBoostSource | Source of the added boost | @gramio/types/out/objects.d.ts:5426 |