Partial list of chats, more would have to be fetched with pagination
messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats;
Name | Type | Description |
---|---|---|
count | int | Total number of results that were found server-side (not all are included in chats ) |
chats | Vector<Chat> | Chats |
How to fetch results from large lists of objects.