mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
735 B
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
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];