messages.GetEmojiGroups

class pyrogram.raw.functions.messages.GetEmojiGroups

Represents a list of emoji categories.

Details:
  • Layer: 223

  • ID: 7488CE5B

Parameters:

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

Returns:

messages.EmojiGroups

TL Schema

messages.getEmojiGroups#7488ce5b
hash:int

= messages.EmojiGroups

Parameter Tree

GetEmojiGroups
└── hashint

Example

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