teleproto - v1.229.0
    Preparing search index...

    Class DcOption

    Hierarchy (View Summary)

    • VirtualClass<
          {
              cdn?: boolean;
              id: int;
              ipAddress: string;
              ipv6?: boolean;
              mediaOnly?: boolean;
              port: int;
              secret?: bytes;
              static?: boolean;
              tcpoOnly?: boolean;
              thisPortOnly?: boolean;
          },
      >
      • DcOption
    Index
    • Parameters

      • args: {
            cdn?: boolean;
            id: number;
            ipAddress: string;
            ipv6?: boolean;
            mediaOnly?: boolean;
            port: number;
            secret?: bytes;
            static?: boolean;
            tcpoOnly?: boolean;
            thisPortOnly?: boolean;
        }

      Returns DcOption

    • Returns {
          cdn?: boolean;
          id: number;
          ipAddress: string;
          ipv6?: boolean;
          mediaOnly?: boolean;
          port: number;
          secret?: bytes;
          static?: boolean;
          tcpoOnly?: boolean;
          thisPortOnly?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    cdn?: boolean
    className: "DcOption"
    classType: "constructor"
    CONSTRUCTOR_ID: 414687501
    id: number
    ipAddress: string
    ipv6?: boolean
    mediaOnly?: boolean
    originalArgs: {
        cdn?: boolean;
        id: number;
        ipAddress: string;
        ipv6?: boolean;
        mediaOnly?: boolean;
        port: number;
        secret?: bytes;
        static?: boolean;
        tcpoOnly?: boolean;
        thisPortOnly?: boolean;
    }
    port: number
    secret?: bytes
    static?: boolean
    SUBCLASS_OF_ID: 2655248675
    tcpoOnly?: boolean
    thisPortOnly?: boolean