Raw.UpdateReadHistoryOutbox

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.TypePeer

    Peer

  • maxId : number

    Maximum id of read outgoing messages

  • pts : number

    Event count after generation

  • ptsCount : number

    Number of events that were generated