account.GetDefaultProfilePhotoEmojis
- class pyrogram.raw.functions.account.GetDefaultProfilePhotoEmojis
Get a set of suggested custom emoji stickers that can be used as profile picture
- Details:
Layer:
223ID:
E2750328
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
account.getDefaultProfilePhotoEmojis#e2750328
hash:long
= EmojiList
Parameter Tree
GetDefaultProfilePhotoEmojis
└── hash →
longExample
await app.invoke(
GetDefaultProfilePhotoEmojis(
hash=0,
)
)