messages.chatsSlice

Partial list of chats, more would have to be fetched with pagination

Constructor schema is available as of layer 59. Switch ยป

Parameters

Name Type Description
count int Total number of results that were found server-side (not all are included in chats)
chats Vector<Chat> Chats

Type

messages.Chats

Related pages

Pagination in the API

How to fetch results from large lists of objects.