messages.GetTopReactions
- class pyrogram.raw.functions.messages.GetTopReactions
Got popular message reactions
- Details:
Layer:
223ID:
BB8125BA
- 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.getTopReactions#bb8125ba
limit:int
hash:long
= messages.Reactions
Parameter Tree
GetTopReactions
├── limit →
int└── hash →
longExample
await app.invoke(
GetTopReactions(
limit=0,
hash=0,
)
)