messages.GetEmojiStickerGroups

class pyrogram.raw.functions.messages.GetEmojiStickerGroups

Represents a list of emoji categories, to be used when choosing a sticker.

Details:
  • Layer: 223

  • ID: 1DD840F5

Parameters:

hash (int 32-bit) – Hash used for caching, for more info click here.

Returns:

messages.EmojiGroups

TL Schema

messages.getEmojiStickerGroups#1dd840f5
hash:int

= messages.EmojiGroups

Parameter Tree

GetEmojiStickerGroups
└── hashint

Example

await app.invoke(
    GetEmojiStickerGroups(
        hash=0,
    )
)