Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateBotShippingQuery

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

Constructors

new
UpdateBotShippingQuery(params: { queryId: bigint; userId: bigint; payload: Uint8Array; shippingAddress: TypePostAddress; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
payload: Uint8Array
queryId: bigint
shippingAddress: TypePostAddress
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc