Interface PaidReactionTypeChat

A paid reaction on behalf of an owned chat. Subtype of PaidReactionType.

interface PaidReactionTypeChat {
    @type: "paidReactionTypeChat";
    chat_id: number;
}

Properties

Properties

@type: "paidReactionTypeChat"
chat_id: number

Identifier of the chat.