Raw.updates.State

Raw.updates.State

Updates state.

updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;
export namespace Raw {
  export namespace updates {
    export class State {
      constructor(params: {
        pts: number;
        qts: number;
        date: number;
        seq: number;
        unreadCount: number;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa56c2a3e

Property

  • pts : number

    Number of events occurred in a text box

  • qts : number

    Position in a sequence of updates in secret chats. for further details refer to article secret chats

  • date : number

    Date of condition

  • seq : number

    Number of sent updates

  • unreadCount : number

    Number of unread messages