Skip to main content
Module

x/mtkruto/mod.ts>types.MessageActionPaymentSentMe

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageActionPaymentSentMe
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { MessageActionPaymentSentMe } = types;

Constructors

new
MessageActionPaymentSentMe(params: { recurringInit?: true; recurringUsed?: true; currency: string; totalAmount: bigint; payload: Uint8Array; info?: TypePaymentRequestedInfo; shippingOptionId?: string; charge: TypePaymentCharge; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
payload: Uint8Array
optional
recurringInit: true
optional
recurringUsed: true
optional
shippingOptionId: string
totalAmount: bigint

Static Properties

readonly
[paramDesc]: ParamDesc