ChatReactionsAll

class pyrogram.raw.types.ChatReactionsAll

All reactions or all non-custom reactions are allowed

Constructor of ChatReactions.

Details:
  • Layer: 223

  • ID: 52928BCA

Parameters:

allow_custom (bool, optional) – Whether to allow custom reactions

TL Schema

chatReactionsAll#52928bca
flags:#
allow_custom:flags.0?true

= ChatReactions

Parameter Tree

ChatReactionsAll
└── allow_customtrue (optional)

Example

ChatReactionsAll(
)