Interface ChatBoost

This object contains information about a chat boost.

interface ChatBoost {
    add_date: number;
    boost_id: string;
    expiration_date: number;
    source: ChatBoostSource;
}

Properties

add_date: number

Point in time (Unix timestamp) when the chat was boosted

boost_id: string

Unique identifier of the boost

expiration_date: number

Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged

Source of the added boost