teleproto - v1.229.0
    Preparing search index...

    Class UpdateReadChannelInbox

    Hierarchy (View Summary)

    • VirtualClass<
          {
              channelId: long;
              folderId?: int;
              maxId: int;
              pts: int;
              stillUnreadCount: int;
          },
      >
      • UpdateReadChannelInbox
    Index
    • Parameters

      • args: {
            channelId: BigInteger;
            folderId?: number;
            maxId: number;
            pts: number;
            stillUnreadCount: number;
        }

      Returns UpdateReadChannelInbox

    • Returns {
          channelId: BigInteger;
          folderId?: number;
          maxId: number;
          pts: number;
          stillUnreadCount: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    channelId: BigInteger
    className: "UpdateReadChannelInbox"
    classType: "constructor"
    CONSTRUCTOR_ID: 2452516368
    folderId?: number
    maxId: number
    originalArgs: {
        channelId: BigInteger;
        folderId?: number;
        maxId: number;
        pts: number;
        stillUnreadCount: number;
    }
    pts: number
    stillUnreadCount: number
    SUBCLASS_OF_ID: 2676568142