Link Search Menu Expand Document

Constructor: savedReactionTag

Back to constructors index

Info about a saved message reaction tag ».

Attributes:

NameTypeRequiredDescription
reactionReactionOptionalReaction associated to the tag.
titlestringOptionalCustom tag name assigned by the user (max 12 UTF-8 chars).
countintYesNumber of messages tagged with this tag.

Type: SavedReactionTag

Example:

$savedReactionTag = ['_' => 'savedReactionTag', 'reaction' => Reaction, 'title' => 'string', 'count' => int];