Skip to main content
Module

x/grm/mod.ts>tl.Api.PaymentRequestedInfo

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PaymentRequestedInfo
extends VirtualClass<{ name?: string; phone?: string; email?: string; shippingAddress?: Api.TypePostAddress; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PaymentRequestedInfo } = tl.Api;

Properties

className: "PaymentRequestedInfo"
classType: "constructor"
CONSTRUCTOR_ID: 2426158996
optional
email: string
optional
name: string
optional
phone: string
optional
shippingAddress: Api.TypePostAddress
SUBCLASS_OF_ID: 2377134406

Static Methods

fromReader(reader: Reader): PaymentRequestedInfo