teleproto - v1.229.0
    Preparing search index...

    Class PhoneCall

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash: long;
              adminId: long;
              conferenceSupported?: boolean;
              connections: TypePhoneConnection[];
              customParameters?: TypeDataJSON;
              date: int;
              gAOrB: bytes;
              id: long;
              keyFingerprint: long;
              p2pAllowed?: boolean;
              participantId: long;
              protocol: TypePhoneCallProtocol;
              startDate: int;
              video?: boolean;
          },
      >
      • PhoneCall
    Index
    • Parameters

      • args: {
            accessHash: BigInteger;
            adminId: BigInteger;
            conferenceSupported?: boolean;
            connections: TypePhoneConnection[];
            customParameters?: DataJSON;
            date: number;
            gAOrB: bytes;
            id: BigInteger;
            keyFingerprint: BigInteger;
            p2pAllowed?: boolean;
            participantId: BigInteger;
            protocol: PhoneCallProtocol;
            startDate: number;
            video?: boolean;
        }

      Returns Api.PhoneCall

    • Returns {
          accessHash: BigInteger;
          adminId: BigInteger;
          conferenceSupported?: boolean;
          connections: TypePhoneConnection[];
          customParameters?: DataJSON;
          date: number;
          gAOrB: bytes;
          id: BigInteger;
          keyFingerprint: BigInteger;
          p2pAllowed?: boolean;
          participantId: BigInteger;
          protocol: PhoneCallProtocol;
          startDate: number;
          video?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    adminId: BigInteger
    className: "PhoneCall"
    classType: "constructor"
    conferenceSupported?: boolean
    connections: TypePhoneConnection[]
    CONSTRUCTOR_ID: 810769141
    customParameters?: DataJSON
    date: number
    gAOrB: bytes
    id: BigInteger
    keyFingerprint: BigInteger
    originalArgs: {
        accessHash: BigInteger;
        adminId: BigInteger;
        conferenceSupported?: boolean;
        connections: TypePhoneConnection[];
        customParameters?: DataJSON;
        date: number;
        gAOrB: bytes;
        id: BigInteger;
        keyFingerprint: BigInteger;
        p2pAllowed?: boolean;
        participantId: BigInteger;
        protocol: PhoneCallProtocol;
        startDate: number;
        video?: boolean;
    }
    p2pAllowed?: boolean
    participantId: BigInteger
    startDate: number
    SUBCLASS_OF_ID: 3296664529
    video?: boolean