Reaction

class pyrogram.raw.base.Reaction

Message reaction

Constructors:

This base type has 4 constructors available.

ReactionCustomEmoji

Custom emoji message reaction

ReactionEmoji

Normal emoji message reaction

ReactionEmpty

No reaction

ReactionPaid

Represents a paid Telegram Star reaction ».

TL Schema


Parameter Tree

Reaction
├── ReactionEmpty
├── ReactionEmoji
│ └── emoticon → string
│ └── document_id → long
└── ReactionPaid

Example