Constructor: account.chatThemes
Attributes:
Name | Type | Required |
---|---|---|
hash | long | Yes |
themes | Array of ChatTheme | Yes |
chats | Array of Chat | Yes |
users | Array of User | Yes |
next_offset | int | Optional |
Type: account.ChatThemes
Example:
$account_chatThemes = ['_' => 'account.chatThemes', 'hash' => long, 'themes' => [ChatTheme, ChatTheme], 'chats' => [Chat, Chat], 'users' => [User, User], 'next_offset' => int];