Interface BoostChat

Boosts a chat and returns the list of available chat boost slots for the current user after the boost. Request type for Tdjson#boostChat.

interface BoostChat {
    @type: "boostChat";
    chat_id: number;
    slot_ids: number[];
}

Properties

@type: "boostChat"
chat_id: number

Identifier of the chat.

slot_ids: number[]

Identifiers of boost slots of the current user from which to apply boosts to the chat.