class Api.MessageActionPaymentSentMe
extends VirtualClass<{ recurringInit?: boolean; recurringUsed?: boolean; currency: string; totalAmount: long; payload: bytes; info?: Api.TypePaymentRequestedInfo; shippingOptionId?: string; charge: Api.TypePaymentCharge; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { MessageActionPaymentSentMe } = Api;
Properties
charge: Api.TypePaymentCharge
optional
info: Api.TypePaymentRequestedInfoStatic Methods
fromReader(reader: Reader): MessageActionPaymentSentMe