account.chatThemes
Available chat themes
type tg.AccountChatThemes struct { /* ... */ }
Implements account.ChatThemes.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Hash | int64 | yes | Hash to pass to the method that returned this constructor, to avoid refetching the result if it hasn't changed. |
Themes | []ChatThemeClass | yes | Themes. |
Chats | []ChatClass | yes | Chats mentioned in the themes field. |
Users | []UserClass | yes | Users mentioned in the themes field. |
NextOffset | string | — | Next offset for pagination. |
References
- Official documentation
- Generated Go reference
- TL definition:
account.chatThemes#be098173