Layer 220
constructor
updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update;

Parameters

Name Type Description
Peer Peer Peer
MaxId int Maximum ID of read outgoing messages
Pts int Event count after generation
PtsCount int Number of events that were generated

Returns

Update

Gogram Example

// Creating UpdateReadHistoryOutbox constructor
obj := &tg.UpdateReadHistoryOutbox{
    Peer: &tg.Peer{},
    MaxId: 0,
    Pts: 0,
    PtsCount: 0,
}