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

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

An invoice contained in a messageMediaInvoice message.

Constructors

new
InputInvoiceMessage_(params: { peer: enums.InputPeer; msg_id: number; })

Properties

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

Message ID

peer: enums.InputPeer

Chat where the invoice was sent

Static Properties

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