Raw.UpdateReadHistoryInbox

Raw.UpdateReadHistoryInbox

Incoming messages were read

updateReadHistoryInbox#9c974fdf flags:# folder_id:flags.0?int peer:Peer max_id:int still_unread_count:int pts:int pts_count:int = Update;
export namespace Raw {
  export class UpdateReadHistoryInbox {
    constructor(params: {
      folderId?: number;
      peer: Raw.TypePeer;
      maxId: number;
      stillUnreadCount: number;
      pts: number;
      ptsCount: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x9c974fdf

Property

  • folderId : number or undefined

    Peer folder id, for more info click here

  • peer : Raw.TypePeer

    Peer

  • maxId : number

    Maximum id of messages read

  • stillUnreadCount : number

    Number of messages that are still unread

  • pts : number

    Event count after generation

  • ptsCount : number

    Number of events that were generated