account.chatThemes

account.chatThemes#be098173 flags:# hash:long themes:Vector<ChatTheme> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = account.ChatThemes;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
hash long Hash of what the client already has. If it matches, the server answers "not modified" and sends nothing again.
themes Vector<ChatTheme>
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.
next_offset flags.0?string Offset for the next page — pass it back on the next call.

Type

account.ChatThemes

Related pages

Types used here