account.GetDefaultBackgroundEmojis

class pyrogram.raw.functions.account.GetDefaultBackgroundEmojis

Get a set of suggested custom emoji stickers that can be used in an accent color pattern.

Details:
  • Layer: 223

  • ID: A60AB9CE

Parameters:

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

Returns:

EmojiList

TL Schema

account.getDefaultBackgroundEmojis#a60ab9ce
hash:long

= EmojiList

Parameter Tree

GetDefaultBackgroundEmojis
└── hashlong

Example

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