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