teleproto - v1.229.0
    Preparing search index...

    Class PhoneConnection

    Hierarchy (View Summary)

    • VirtualClass<
          {
              id: long;
              ip: string;
              ipv6: string;
              peerTag: bytes;
              port: int;
              tcp?: boolean;
          },
      >
      • PhoneConnection
    Index
    • Parameters

      • args: {
            id: BigInteger;
            ip: string;
            ipv6: string;
            peerTag: bytes;
            port: number;
            tcp?: boolean;
        }

      Returns PhoneConnection

    • Returns {
          id: BigInteger;
          ip: string;
          ipv6: string;
          peerTag: bytes;
          port: number;
          tcp?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "PhoneConnection"
    classType: "constructor"
    CONSTRUCTOR_ID: 2629903303
    id: BigInteger
    ip: string
    ipv6: string
    originalArgs: {
        id: BigInteger;
        ip: string;
        ipv6: string;
        peerTag: bytes;
        port: number;
        tcp?: boolean;
    }
    peerTag: bytes
    port: number
    SUBCLASS_OF_ID: 2861425677
    tcp?: boolean