Interface GetEmojiReaction

Returns information about an emoji reaction. Returns a 404 error if the reaction is not found. Request type for Tdjson#getEmojiReaction.

interface GetEmojiReaction {
    @type: "getEmojiReaction";
    emoji: string;
}

Properties

Properties

@type: "getEmojiReaction"
emoji: string

Text representation of the reaction.