teleproto - v1.229.0
    Preparing search index...

    Class PhoneConnectionWebrtc

    Hierarchy (View Summary)

    • VirtualClass<
          {
              id: long;
              ip: string;
              ipv6: string;
              password: string;
              port: int;
              stun?: boolean;
              turn?: boolean;
              username: string;
          },
      >
      • PhoneConnectionWebrtc
    Index
    • Parameters

      • args: {
            id: BigInteger;
            ip: string;
            ipv6: string;
            password: string;
            port: number;
            stun?: boolean;
            turn?: boolean;
            username: string;
        }

      Returns PhoneConnectionWebrtc

    • Returns {
          id: BigInteger;
          ip: string;
          ipv6: string;
          password: string;
          port: number;
          stun?: boolean;
          turn?: boolean;
          username: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "PhoneConnectionWebrtc"
    classType: "constructor"
    CONSTRUCTOR_ID: 1667228533
    id: BigInteger
    ip: string
    ipv6: string
    originalArgs: {
        id: BigInteger;
        ip: string;
        ipv6: string;
        password: string;
        port: number;
        stun?: boolean;
        turn?: boolean;
        username: string;
    }
    password: string
    port: number
    stun?: boolean
    SUBCLASS_OF_ID: 2861425677
    turn?: boolean
    username: string