Layer 220
UpdateReadChannelOutbox
Outgoing messages in a channel/supergroup were read
constructor
updateReadChannelOutbox#b75f99a9 channel_id:long max_id:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ChannelId | long | Channel/supergroup ID |
| MaxId | int | Position up to which all outgoing messages are read. |
Returns
UpdateGogram Example
// Creating UpdateReadChannelOutbox constructor obj := &tg.UpdateReadChannelOutbox{ ChannelId: int64(0), MaxId: 0, }