messages.Reactions
- class pyrogram.raw.types.messages.Reactions
List of message reactions
Constructor of
Reactions.- Details:
Layer:
223ID:
EAFDF716
- Parameters:
hash (
int64-bit) – Hash used for caching, can also be locally regenerated using the algorithm specified here ».reactions (List of
Reaction) – Reactions
- Functions:
This object can be returned by 3 functions.
Got popular message reactions
Get recently used message reactions
Fetch a default recommended list of saved message tag reactions.
TL Schema
messages.reactions#eafdf716
hash:long
reactions:Vector<Reaction>
= messages.Reactions
Parameter Tree
Reactions
├── hash →
long└── reactions →
Vector < Reaction >├──
ReactionEmpty├──
ReactionEmoji│ └── emoticon →
string│ └── document_id →
long└──
ReactionPaidExample
Reactions(
hash=0,
reactions=[
ReactionEmpty()
],
)