MadelineProtoDocs/docs/API_docs/constructors/chatReactionsSome.md
2024-05-01 14:53:46 +02:00

888 B

title description nav_exclude image
chatReactionsSome Some reactions are allowed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatReactionsSome

Back to constructors index

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]];