ChatReactions
- class pyrogram.raw.base.ChatReactions
Available chat reactions
- Constructors:
This base type has 3 constructors available.
All reactions or all non-custom reactions are allowed
No reactions are allowed
Some reactions are allowed
TL Schema
Parameter Tree
ChatReactions
├──
ChatReactionsAll│ └── allow_custom →
true (optional)└── reactions →
Vector < Reaction >├──
ReactionEmpty├──
ReactionEmoji│ └── emoticon →
string│ └── document_id →
long└──
ReactionPaid