messages.EmojiGroups#

class pyrogram.raw.types.messages.EmojiGroups#

Represents a list of emoji categories.

Constructor of EmojiGroups.

Details:
  • Layer: 158

  • ID: 881FB94B

Parameters:
  • hash (int 32-bit) – Hash for pagination.

  • groups (List of EmojiGroup) – A list of emoji categories.

Functions:

This object can be returned by 3 functions.

messages.GetEmojiGroups

Represents a list of emoji categories, to be used when selecting custom emojis.

messages.GetEmojiStatusGroups

Represents a list of emoji categories, to be used when selecting custom emojis to set as custom emoji status.

messages.GetEmojiProfilePhotoGroups

Represents a list of emoji categories, to be used when selecting custom emojis to set as profile picture.