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>MessageActionPaymentSent_

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

Constructors

new
MessageActionPaymentSent_(params: { recurring_init?: true; recurring_used?: true; currency: string; total_amount: bigint; invoice_slug?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
optional
invoice_slug: string
optional
recurring_init: true
optional
recurring_used: true
total_amount: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc