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

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

Payment identifier

Constructors

new
PaymentCharge_(params: { id: string; provider_charge_id: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: string

Telegram payment identifier

provider_charge_id: string

Provider payment identifier

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc