messages.GetRecentReactions
- class pyrogram.raw.functions.messages.GetRecentReactions
Get recently used message reactions
- Details:
Layer:
223ID:
39461DB2
- Parameters:
limit (
int32-bit) – Maximum number of results to return, see paginationhash (
int64-bit) – Hash used for caching, for more info click here.
- Returns:
TL Schema
messages.getRecentReactions#39461db2
limit:int
hash:long
= messages.Reactions
Parameter Tree
GetRecentReactions
├── limit →
int└── hash →
longExample
await app.invoke(
GetRecentReactions(
limit=0,
hash=0,
)
)