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: 223

  • ID: E2750328

Parameters:

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

Returns:

EmojiList

TL Schema

account.getDefaultProfilePhotoEmojis#e2750328
hash:long

= EmojiList

Parameter Tree

GetDefaultProfilePhotoEmojis
└── hashlong

Example

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