Constructor: chatReactionsSome
Some reactions are allowed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
reactions | Array of Reaction | Yes | Allowed set of reactions: the reactions_in_chat_max configuration field indicates the maximum number of reactions that can be specified in this field. |
Type: ChatReactions
Example:
$chatReactionsSome = ['_' => 'chatReactionsSome', 'reactions' => [Reaction, Reaction]];