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