messages.chatsSlice
Partial list of chats, more would have to be fetched with pagination
type tg.MessagesChatsSlice struct { /* ... */ }
Implements messages.Chats.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of results that were found server-side (not all are included in chats) |
Chats | []ChatClass | yes | Chats |
References
- Official documentation
- Generated Go reference
- TL definition:
messages.chatsSlice#9cd81144