updateReadChannelOutbox
Outgoing messages in a channel/supergroup were read
type tg.UpdateReadChannelOutbox struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Channel/supergroup ID |
MaxID | int | yes | Position up to which all outgoing messages are read. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateReadChannelOutbox#b75f99a9