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

735 B

title description nav_exclude image
chatReactionsAll All reactions or all non-custom reactions are allowed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatReactionsAll

Back to constructors index

All reactions or all non-custom reactions are allowed

Attributes:

Name Type Required Description
allow_custom Bool Optional Whether to allow custom reactions

Type: ChatReactions

Example:

$chatReactionsAll = ['_' => 'chatReactionsAll', 'allow_custom' => Bool];