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
extends _TypeMessageAction
import { types } from "https://deno.land/x/mtkruto@0.1.114/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
charge: TypePaymentCharge
currency: string
optional
info: TypePaymentRequestedInfo
payload: Uint8Array
optional
recurringInit: true
optional
recurringUsed: true
optional
shippingOptionId: string
totalAmount: bigint

Static Properties

readonly
[paramDesc]: ParamDesc