teleproto - v1.229.0
    Preparing search index...

    Class UpdateBotPrecheckoutQuery

    Hierarchy (View Summary)

    • VirtualClass<
          {
              currency: string;
              info?: TypePaymentRequestedInfo;
              payload: bytes;
              queryId: long;
              shippingOptionId?: string;
              totalAmount: long;
              userId: long;
          },
      >
      • UpdateBotPrecheckoutQuery
    Index
    • Returns {
          currency: string;
          info?: PaymentRequestedInfo;
          payload: bytes;
          queryId: BigInteger;
          shippingOptionId?: string;
          totalAmount: BigInteger;
          userId: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "UpdateBotPrecheckoutQuery"
    classType: "constructor"
    CONSTRUCTOR_ID: 2359990934
    currency: string
    originalArgs: {
        currency: string;
        info?: PaymentRequestedInfo;
        payload: bytes;
        queryId: BigInteger;
        shippingOptionId?: string;
        totalAmount: BigInteger;
        userId: BigInteger;
    }
    payload: bytes
    queryId: BigInteger
    shippingOptionId?: string
    SUBCLASS_OF_ID: 2676568142
    totalAmount: BigInteger
    userId: BigInteger