teleproto - v1.229.0
    Preparing search index...

    Class UpdateReadHistoryInbox

    Hierarchy (View Summary)

    • VirtualClass<
          {
              folderId?: int;
              maxId: int;
              peer: TypePeer;
              pts: int;
              ptsCount: int;
              stillUnreadCount: int;
              topMsgId?: int;
          },
      >
      • UpdateReadHistoryInbox
    Index
    • Parameters

      • args: {
            folderId?: number;
            maxId: number;
            peer: TypePeer;
            pts: number;
            ptsCount: number;
            stillUnreadCount: number;
            topMsgId?: number;
        }

      Returns UpdateReadHistoryInbox

    • Returns {
          folderId?: number;
          maxId: number;
          peer: TypePeer;
          pts: number;
          ptsCount: number;
          stillUnreadCount: number;
          topMsgId?: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "UpdateReadHistoryInbox"
    classType: "constructor"
    CONSTRUCTOR_ID: 2659499161
    folderId?: number
    maxId: number
    originalArgs: {
        folderId?: number;
        maxId: number;
        peer: TypePeer;
        pts: number;
        ptsCount: number;
        stillUnreadCount: number;
        topMsgId?: number;
    }
    peer: TypePeer
    pts: number
    ptsCount: number
    stillUnreadCount: number
    SUBCLASS_OF_ID: 2676568142
    topMsgId?: number