Interface SavedMessagesTag

Represents a tag used in Saved Messages or a Saved Messages topic.

interface SavedMessagesTag {
    @type: "savedMessagesTag";
    count: number;
    label: string;
    tag: ReactionType;
}

Properties

Properties

@type: "savedMessagesTag"
count: number

Number of times the tag was used; may be 0 if the tag has non-empty label.

label: string

Label of the tag; 0-12 characters. Always empty if the tag is returned for a Saved Messages topic.

The tag.