GramIO API Reference / gramio/dist / TelegramChatBoostRemoved
Interface: TelegramChatBoostRemoved
Defined in: @gramio/types/out/objects.d.ts:5450
This object represents a boost removed from a chat.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
boost_id | string | Unique identifier of the boost | @gramio/types/out/objects.d.ts:5458 |
chat | TelegramChat | Chat which was boosted | @gramio/types/out/objects.d.ts:5454 |
remove_date | number | Point in time (Unix timestamp) when the boost was removed | @gramio/types/out/objects.d.ts:5462 |
source | TelegramChatBoostSource | Source of the removed boost | @gramio/types/out/objects.d.ts:5466 |