messages.chatsSlice

messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats;

Parameters

NameTypeDescription
count int Total number of records, not the size of this page.
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.

Type

messages.Chats

Related pages

Types used here