Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

[WIP] 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.128/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
payload: Uint8Array
query_id: bigint
optional
shipping_option_id: string
total_amount: bigint
user_id: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc