Skip to main content
Module

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

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

Constructors

new
MessageActionPaymentSentMe_(params: { recurring_init?: true; recurring_used?: true; currency: string; total_amount: bigint; payload: Uint8Array; info?: enums.PaymentRequestedInfo; shipping_option_id?: string; charge: enums.PaymentCharge; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
charge: enums.PaymentCharge
currency: string
optional
info: enums.PaymentRequestedInfo
payload: Uint8Array
optional
recurring_init: true
optional
recurring_used: true
optional
shipping_option_id: string
total_amount: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc