teleproto - v1.229.0
    Preparing search index...

    Class EncryptedChat

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash: long;
              adminId: long;
              date: int;
              gAOrB: bytes;
              id: int;
              keyFingerprint: long;
              participantId: long;
          },
      >
      • EncryptedChat
    Index
    • Parameters

      • args: {
            accessHash: BigInteger;
            adminId: BigInteger;
            date: number;
            gAOrB: bytes;
            id: number;
            keyFingerprint: BigInteger;
            participantId: BigInteger;
        }

      Returns EncryptedChat

    • Returns {
          accessHash: BigInteger;
          adminId: BigInteger;
          date: number;
          gAOrB: bytes;
          id: number;
          keyFingerprint: BigInteger;
          participantId: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    adminId: BigInteger
    className: "EncryptedChat"
    classType: "constructor"
    CONSTRUCTOR_ID: 1643173063
    date: number
    gAOrB: bytes
    id: number
    keyFingerprint: BigInteger
    originalArgs: {
        accessHash: BigInteger;
        adminId: BigInteger;
        date: number;
        gAOrB: bytes;
        id: number;
        keyFingerprint: BigInteger;
        participantId: BigInteger;
    }
    participantId: BigInteger
    SUBCLASS_OF_ID: 1831379834