messages.GetEmojiProfilePhotoGroups

class pyrogram.raw.functions.messages.GetEmojiProfilePhotoGroups

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

Details:
  • Layer: 223

  • ID: 21A548F3

Parameters:

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

Returns:

messages.EmojiGroups

TL Schema

messages.getEmojiProfilePhotoGroups#21a548f3
hash:int

= messages.EmojiGroups

Parameter Tree

GetEmojiProfilePhotoGroups
└── hashint

Example

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