account.GetRecentEmojiStatuses
- class pyrogram.raw.functions.account.GetRecentEmojiStatuses
Get recently used emoji statuses
- Details:
Layer:
223ID:
F578105
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
account.getRecentEmojiStatuses#f578105
hash:long
= account.EmojiStatuses
Parameter Tree
GetRecentEmojiStatuses
└── hash →
longExample
await app.invoke(
GetRecentEmojiStatuses(
hash=0,
)
)