GramIO API Reference / gramio/dist / TelegramChatBoostRemoved
Interface: TelegramChatBoostRemoved
Defined in: @gramio/types/out/objects.d.ts:5610
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:5618 |
chat | TelegramChat | Chat which was boosted | @gramio/types/out/objects.d.ts:5614 |
remove_date | number | Point in time (Unix timestamp) when the boost was removed | @gramio/types/out/objects.d.ts:5622 |
source | TelegramChatBoostSource | Source of the removed boost | @gramio/types/out/objects.d.ts:5626 |