Interface GetChatAvailablePaidMessageReactionSenders

Returns the list of message sender identifiers, which can be used to send a paid reaction in a chat. Request type for Tdjson#getChatAvailablePaidMessageReactionSenders.

interface GetChatAvailablePaidMessageReactionSenders {
    @type: "getChatAvailablePaidMessageReactionSenders";
    chat_id: number;
}

Properties

Properties

@type: "getChatAvailablePaidMessageReactionSenders"
chat_id: number

Chat identifier.