teleproto - v1.229.0
    Preparing search index...

    Class UrlAuthResultRequest

    Hierarchy (View Summary)

    • VirtualClass<
          {
              bot: TypeUser;
              browser?: string;
              domain: string;
              ip?: string;
              isApp?: boolean;
              matchCodes?: string[];
              matchCodesFirst?: boolean;
              platform?: string;
              region?: string;
              requestPhoneNumber?: boolean;
              requestWriteAccess?: boolean;
              userIdHint?: long;
              verifiedAppName?: string;
          },
      >
      • UrlAuthResultRequest
    Index
    • Parameters

      • args: {
            bot: TypeUser;
            browser?: string;
            domain: string;
            ip?: string;
            isApp?: boolean;
            matchCodes?: string[];
            matchCodesFirst?: boolean;
            platform?: string;
            region?: string;
            requestPhoneNumber?: boolean;
            requestWriteAccess?: boolean;
            userIdHint?: BigInteger;
            verifiedAppName?: string;
        }

      Returns UrlAuthResultRequest

    • Returns {
          bot: TypeUser;
          browser?: string;
          domain: string;
          ip?: string;
          isApp?: boolean;
          matchCodes?: string[];
          matchCodesFirst?: boolean;
          platform?: string;
          region?: string;
          requestPhoneNumber?: boolean;
          requestWriteAccess?: boolean;
          userIdHint?: BigInteger;
          verifiedAppName?: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    browser?: string
    className: "UrlAuthResultRequest"
    classType: "constructor"
    CONSTRUCTOR_ID: 1020666860
    domain: string
    ip?: string
    isApp?: boolean
    matchCodes?: string[]
    matchCodesFirst?: boolean
    originalArgs: {
        bot: TypeUser;
        browser?: string;
        domain: string;
        ip?: string;
        isApp?: boolean;
        matchCodes?: string[];
        matchCodesFirst?: boolean;
        platform?: string;
        region?: string;
        requestPhoneNumber?: boolean;
        requestWriteAccess?: boolean;
        userIdHint?: BigInteger;
        verifiedAppName?: string;
    }
    platform?: string
    region?: string
    requestPhoneNumber?: boolean
    requestWriteAccess?: boolean
    SUBCLASS_OF_ID: 2003159838
    userIdHint?: BigInteger
    verifiedAppName?: string