Constructor: savedReactionTag
Info about a saved message reaction tag ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
reaction | Reaction | Optional | Reaction associated to the tag. |
title | string | Optional | Custom tag name assigned by the user (max 12 UTF-8 chars). |
count | int | Yes | Number of messages tagged with this tag. |
Type: SavedReactionTag
Example:
$savedReactionTag = ['_' => 'savedReactionTag', 'reaction' => Reaction, 'title' => 'string', 'count' => int];