Skip to main content
Module

x/mtkruto/tl/2_types.ts>UpdateBotPrecheckoutQuery_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateBotPrecheckoutQuery_
extends _Update_
import { UpdateBotPrecheckoutQuery_ } from "https://deno.land/x/mtkruto@0.1.147/tl/2_types.ts";

Constructors

new
UpdateBotPrecheckoutQuery_(params: { query_id: bigint; user_id: bigint; payload: Uint8Array; info?: enums.PaymentRequestedInfo; shipping_option_id?: string; currency: string; total_amount: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
optional
info: enums.PaymentRequestedInfo
payload: Uint8Array
query_id: bigint
optional
shipping_option_id: string
total_amount: bigint
user_id: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc