ChatBoostRemoved
This object represents a boost removed from a chat.
fields
| field | type | required | description |
|---|---|---|---|
chat | Chat | required | Chat which was boosted |
boost_id | string | required | Unique identifier of the boost |
remove_date | number | required | Point in time (Unix timestamp) when the boost was removed |
source | ChatBoostSource | required | Source of the removed boost |
import
import type { ChatBoostRemoved } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#chatboostremoved