Layer 220
UpdateReadStories
Stories of a specific peer were marked as read.
constructor
updateReadStories#f74e932b peer:Peer max_id:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | The peer |
| MaxId | int | ID of the last story that was marked as read |
Returns
UpdateGogram Example
// Creating UpdateReadStories constructor obj := &tg.UpdateReadStories{ Peer: &tg.Peer{}, MaxId: 0, }