Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageActionPaymentSentMe_
import { MessageActionPaymentSentMe_ } from "https://deno.land/x/mtkruto@0.1.128/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
currency: string
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