Skip to main content
Module

x/mtkruto/mod.ts>types.PaymentRequestedInfo

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

Constructors

new
PaymentRequestedInfo(params?: { name?: string; phone?: string; email?: string; shippingAddress?: TypePostAddress; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
email: string
optional
name: string
optional
phone: string
optional
shippingAddress: TypePostAddress

Static Properties

readonly
[paramDesc]: ParamDesc