GramIO API Reference / gramio/dist / TelegramChatBoost
Interface: TelegramChatBoost
Defined in: @gramio/types/out/objects.d.ts:6016
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:6024 |
boost_id | string | Unique identifier of the boost | @gramio/types/out/objects.d.ts:6020 |
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:6028 |
source | TelegramChatBoostSource | Source of the added boost | @gramio/types/out/objects.d.ts:6032 |