teleproto - v1.229.0
    Preparing search index...

    Class PhoneCallAccepted

    Hierarchy (View Summary)

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

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

      Returns PhoneCallAccepted

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

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    adminId: BigInteger
    className: "PhoneCallAccepted"
    classType: "constructor"
    CONSTRUCTOR_ID: 912311057
    date: number
    gB: bytes
    id: BigInteger
    originalArgs: {
        accessHash: BigInteger;
        adminId: BigInteger;
        date: number;
        gB: bytes;
        id: BigInteger;
        participantId: BigInteger;
        protocol: PhoneCallProtocol;
        video?: boolean;
    }
    participantId: BigInteger
    SUBCLASS_OF_ID: 3296664529
    video?: boolean