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:
223ID:
21A548F3
- Parameters:
hash (
int32-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
messages.getEmojiProfilePhotoGroups#21a548f3
hash:int
= messages.EmojiGroups
Parameter Tree
GetEmojiProfilePhotoGroups
└── hash →
intExample
await app.invoke(
GetEmojiProfilePhotoGroups(
hash=0,
)
)