View Source ExTDLib.Object.ChatBoost (ExTDLib v0.0.4)
Describes a boost applied to a chat.
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the boost. |
| count | number | The number of identical boosts applied. |
| source | ChatBoostSource | Source of the boost. |
| start_date | number | Point in time (Unix timestamp) when the chat was boosted. |
| expiration_date | number | Point in time (Unix timestamp) when the boost will expire. |
More details on telegram's documentation.