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

30 lines
735 B
Markdown

---
title: "chatReactionsAll"
description: "All reactions or all non-custom reactions are allowed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatReactionsAll
[Back to constructors index](/API_docs/constructors/index.html)
All reactions or all non-custom reactions are allowed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|allow\_custom|[Bool](/API_docs/types/Bool.html) | Optional|Whether to allow custom reactions|
### Type: [ChatReactions](/API_docs/types/ChatReactions.html)
### Example:
```
$chatReactionsAll = ['_' => 'chatReactionsAll', 'allow_custom' => Bool];
```