Interface GetUserChatBoosts

Returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only. Request type for Tdjson#getUserChatBoosts.

interface GetUserChatBoosts {
    @type: "getUserChatBoosts";
    chat_id: number;
    user_id: number;
}

Properties

Properties

@type: "getUserChatBoosts"
chat_id: number

Identifier of the chat.

user_id: number

Identifier of the user.