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:
223ID:
A60AB9CE
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
account.getDefaultBackgroundEmojis#a60ab9ce
hash:long
= EmojiList
Parameter Tree
GetDefaultBackgroundEmojis
└── hash →
longExample
await app.invoke(
GetDefaultBackgroundEmojis(
hash=0,
)
)