messages.GetRecentStickers
- class pyrogram.raw.functions.messages.GetRecentStickers
Get recent stickers
- Details:
Layer:
223ID:
9DA9403B
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.attached (
bool, optional) – Get stickers recently attached to photo or video files
- Returns:
TL Schema
messages.getRecentStickers#9da9403b
flags:#
attached:flags.0?true
hash:long
= messages.RecentStickers
Parameter Tree
GetRecentStickers
├── attached →
true (optional)└── hash →
longExample
await app.invoke(
GetRecentStickers(
attached=None,
hash=0,
)
)