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