Raw.UpdateReadHistoryOutbox
Outgoing messages were read
updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update;
export namespace Raw {
export class UpdateReadHistoryOutbox {
constructor(params: { peer: Raw.TypePeer; maxId: number; pts: number; ptsCount: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x2f2f21bf
Property
peer
: Raw.TypePeerPeer
maxId
: numberMaximum id of read outgoing messages
pts
: numberEvent count after generation
ptsCount
: numberNumber of events that were generated