Link Search Menu Expand Document

Constructor: account.chatThemes

Back to constructors index

Available chat themes

Attributes:

NameTypeRequiredDescription
hashlongYesHash to pass to the method that returned this constructor, to avoid refetching the result if it hasn’t changed.
themesArray of ChatThemeYesThemes.
chatsArray of ChatYesChats mentioned in the themes field.
usersArray of UserYesUsers mentioned in the themes field.
next_offsetstringOptional

Type: account.ChatThemes

Example:

$account_chatThemes = ['_' => 'account.chatThemes', 'hash' => long, 'themes' => [ChatTheme, ChatTheme], 'chats' => [Chat, Chat], 'users' => [User, User], 'next_offset' => 'string'];