Skip to main content
Module

x/mtkruto/mod.ts>types.LabeledPrice

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

Constructors

new
LabeledPrice(params: { label: string; amount: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
amount: bigint
label: string

Static Properties

readonly
[paramDesc]: ParamDesc