messages.GetEmojiStickerGroups
- class pyrogram.raw.functions.messages.GetEmojiStickerGroups
Represents a list of emoji categories, to be used when choosing a sticker.
- Details:
Layer:
223ID:
1DD840F5
- Parameters:
hash (
int32-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
messages.getEmojiStickerGroups#1dd840f5
hash:int
= messages.EmojiGroups
Parameter Tree
GetEmojiStickerGroups
└── hash →
intExample
await app.invoke(
GetEmojiStickerGroups(
hash=0,
)
)