mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
888 B
888 B
title | description | nav_exclude | image |
---|---|---|---|
chatReactionsSome | Some reactions are allowed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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]];