messages.GetEmojiStickers
- class pyrogram.raw.functions.messages.GetEmojiStickers
Gets the list of currently installed custom emoji stickersets.
- Details:
Layer:
223ID:
FBFCA18F
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
messages.getEmojiStickers#fbfca18f
hash:long
= messages.AllStickers
Parameter Tree
GetEmojiStickers
└── hash →
longExample
await app.invoke(
GetEmojiStickers(
hash=0,
)
)