messages.GetStickers
- class pyrogram.raw.functions.messages.GetStickers
Get stickers by emoji
- Details:
Layer:
223ID:
D5A5D3A1
- Parameters:
emoticon (
str) – The emojihash (
int64-bit) – Hash used for caching, for more info click here.
- Returns:
TL Schema
messages.getStickers#d5a5d3a1
emoticon:string
hash:long
= messages.Stickers
Parameter Tree
GetStickers
├── emoticon →
string└── hash →
longExample
await app.invoke(
GetStickers(
emoticon="text",
hash=0,
)
)