updatesCombined
Constructor for a group of updates.
type tg.UpdatesCombined struct { /* ... */ }
Implements Updates.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Updates | []UpdateClass | yes | List of updates |
Users | []UserClass | yes | List of users mentioned in updates |
Chats | []ChatClass | yes | List of chats mentioned in updates |
Date | int | yes | Current date |
SeqStart | int | yes | Value seq for the earliest update in a group |
Seq | int | yes | Value seq for the latest update in a group |
References
- Official documentation
- Generated Go reference
- TL definition:
updatesCombined#725b04c3