account.GetUniqueGiftChatThemes
- class pyrogram.raw.functions.account.GetUniqueGiftChatThemes
Obtain all chat themes » associated to owned collectible gifts ».
- Details:
Layer:
223ID:
E42CE9C9
- Parameters:
offset (
str) – Offset for pagination.limit (
int32-bit) – Maximum number of results to return, see paginationhash (
int64-bit) – Hash from a previously returned account.chatThemes constructor, to avoid returning any result if the theme list hasn’t changed.
- Returns:
TL Schema
account.getUniqueGiftChatThemes#e42ce9c9
offset:string
limit:int
hash:long
= account.ChatThemes
Parameter Tree
GetUniqueGiftChatThemes
├── offset →
string├── limit →
int└── hash →
longExample
await app.invoke(
GetUniqueGiftChatThemes(
offset="text",
limit=0,
hash=0,
)
)