ChatReactions

class pyrogram.raw.base.ChatReactions

Available chat reactions

Constructors:

This base type has 3 constructors available.

ChatReactionsAll

All reactions or all non-custom reactions are allowed

ChatReactionsNone

No reactions are allowed

ChatReactionsSome

Some reactions are allowed

TL Schema


Parameter Tree

ChatReactions
│ └── allow_custom → true (optional)
└── reactions → Vector < Reaction >
├── ReactionEmpty
├── ReactionEmoji
│ └── emoticon → string
│ └── document_id → long
└── ReactionPaid

Example