account.GetDefaultGroupPhotoEmojis

class pyrogram.raw.functions.account.GetDefaultGroupPhotoEmojis

Get a set of suggested custom emoji stickers that can be used as group picture

Details:
  • Layer: 223

  • ID: 915860AE

Parameters:

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

Returns:

EmojiList

TL Schema

account.getDefaultGroupPhotoEmojis#915860ae
hash:long

= EmojiList

Parameter Tree

GetDefaultGroupPhotoEmojis
└── hashlong

Example

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