Skip to main content

account.chatThemes

Available chat themes

type tg.AccountChatThemes struct { /* ... */ }

Implements account.ChatThemes.

Fields

NameTypeRequiredDescription
Hashint64yesHash to pass to the method that returned this constructor, to avoid refetching the result if it hasn't changed.
Themes[]ChatThemeClassyesThemes.
Chats[]ChatClassyesChats mentioned in the themes field.
Users[]UserClassyesUsers mentioned in the themes field.
NextOffsetstringNext offset for pagination.

References