teleproto - v1.229.0
    Preparing search index...

    Class PhoneCallWaiting

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash: long;
              adminId: long;
              date: int;
              id: long;
              participantId: long;
              protocol: TypePhoneCallProtocol;
              receiveDate?: int;
              video?: boolean;
          },
      >
      • PhoneCallWaiting
    Index
    • Parameters

      • args: {
            accessHash: BigInteger;
            adminId: BigInteger;
            date: number;
            id: BigInteger;
            participantId: BigInteger;
            protocol: PhoneCallProtocol;
            receiveDate?: number;
            video?: boolean;
        }

      Returns PhoneCallWaiting

    • Returns {
          accessHash: BigInteger;
          adminId: BigInteger;
          date: number;
          id: BigInteger;
          participantId: BigInteger;
          protocol: PhoneCallProtocol;
          receiveDate?: number;
          video?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    adminId: BigInteger
    className: "PhoneCallWaiting"
    classType: "constructor"
    CONSTRUCTOR_ID: 3307368215
    date: number
    id: BigInteger
    originalArgs: {
        accessHash: BigInteger;
        adminId: BigInteger;
        date: number;
        id: BigInteger;
        participantId: BigInteger;
        protocol: PhoneCallProtocol;
        receiveDate?: number;
        video?: boolean;
    }
    participantId: BigInteger
    receiveDate?: number
    SUBCLASS_OF_ID: 3296664529
    video?: boolean