Constructor: account.chatThemes
Available chat themes
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | long | Yes | Hash to pass to the method that returned this constructor, to avoid refetching the result if it hasn’t changed. |
themes | Array of ChatTheme | Yes | Themes. |
chats | Array of Chat | Yes | Chats mentioned in the themes field. |
users | Array of User | Yes | Users mentioned in the themes field. |
next_offset | string | Optional |
Type: account.ChatThemes
Example:
$account_chatThemes = ['_' => 'account.chatThemes', 'hash' => long, 'themes' => [ChatTheme, ChatTheme], 'chats' => [Chat, Chat], 'users' => [User, User], 'next_offset' => 'string'];