Layer 220
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

Update

Gogram Example

// Creating UpdateReadStories constructor
obj := &tg.UpdateReadStories{
    Peer: &tg.Peer{},
    MaxId: 0,
}