Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateBotPrecheckoutQuery

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateBotPrecheckoutQuery
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.115/mod.ts";
const { UpdateBotPrecheckoutQuery } = types;

Constructors

new
UpdateBotPrecheckoutQuery(params: { queryId: bigint; userId: bigint; payload: Uint8Array; info?: TypePaymentRequestedInfo; shippingOptionId?: string; currency: string; totalAmount: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
payload: Uint8Array
queryId: bigint
optional
shippingOptionId: string
totalAmount: bigint
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc