Interface ReactionTypeEmoji

Describes type of message reaction. Subtype of ReactionType.

interface ReactionTypeEmoji {
    @type: "reactionTypeEmoji";
    emoji: string;
}

Properties

Properties

@type: "reactionTypeEmoji"
emoji: string

Text representation of the reaction.