class tl.Api.PaymentRequestedInfo
extends VirtualClass<{ name?: string; phone?: string; email?: string; shippingAddress?: Api.TypePostAddress; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { PaymentRequestedInfo } = tl.Api;
Properties
optional
shippingAddress: Api.TypePostAddressStatic Methods
fromReader(reader: Reader): PaymentRequestedInfo