Interface GetChatBoostStatus

Returns the current boost status for a supergroup or a channel chat. Request type for Tdjson#getChatBoostStatus.

interface GetChatBoostStatus {
    @type: "getChatBoostStatus";
    chat_id: number;
}

Properties

Properties

@type: "getChatBoostStatus"
chat_id: number

Identifier of the chat.