messages.GetEmojiStickers

class pyrogram.raw.functions.messages.GetEmojiStickers

Gets the list of currently installed custom emoji stickersets.

Details:
  • Layer: 223

  • ID: FBFCA18F

Parameters:

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

Returns:

messages.AllStickers

TL Schema

messages.getEmojiStickers#fbfca18f
hash:long

= messages.AllStickers

Parameter Tree

GetEmojiStickers
└── hashlong

Example

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