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_customtrue (optional)
└── reactionsVector < Reaction >
├── ReactionEmpty
├── ReactionEmoji
│ └── emoticonstring
│ └── document_idlong
└── ReactionPaid

Example