messages.dialogs
Full list of chats with messages and auxiliary data.
type tg.MessagesDialogs struct { /* ... */ }
Implements messages.Dialogs.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Dialogs | []DialogClass | yes | List of chats |
Messages | []MessageClass | yes | List of last messages from each chat |
Chats | []ChatClass | yes | List of groups mentioned in the chats |
Users | []UserClass | yes | List of users mentioned in messages and groups |
References
- Official documentation
- Generated Go reference
- TL definition:
messages.dialogs#15ba6c40