Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Order info provided by the user

Constructors

new
PaymentRequestedInfo_(params?: { name?: string; phone?: string; email?: string; shipping_address?: enums.PostAddress; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
email: string

User's email address

optional
name: string

User's full name

optional
phone: string

User's phone number

optional
shipping_address: enums.PostAddress

User's shipping address

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc