Interface GetMessageAvailableReactions

Returns reactions, which can be added to a message. The list can change after updateActiveEmojiReactions, updateChatAvailableReactions for the chat, or updateMessageInteractionInfo for the message. Request type for Tdjson#getMessageAvailableReactions.

interface GetMessageAvailableReactions {
    @type: "getMessageAvailableReactions";
    chat_id: number;
    message_id: number;
    row_size: number;
}

Properties

@type: "getMessageAvailableReactions"
chat_id: number

Identifier of the chat to which the message belongs.

message_id: number

Identifier of the message.

row_size: number

Number of reaction per row, 5-25.