Interface UnreadReaction

Contains information about an unread reaction to a message.

interface UnreadReaction {
    @type: "unreadReaction";
    is_big?: boolean;
    sender_id: MessageSender;
    type: ReactionType;
}

Properties

@type: "unreadReaction"
is_big?: boolean

True, if the reaction was added with a big animation.

sender_id: MessageSender

Identifier of the sender, added the reaction.

Type of the reaction.