Skip to main content
Module

x/mtkruto/mod.ts>types.InputBotInlineMessageMediaInvoice

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

Constructors

new
InputBotInlineMessageMediaInvoice(params: { title: string; description: string; photo?: TypeInputWebDocument; invoice: TypeInvoice; payload: Uint8Array; provider: string; providerData: TypeDataJSON; replyMarkup?: TypeReplyMarkup; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
description: string
invoice: TypeInvoice
payload: Uint8Array
optional
photo: TypeInputWebDocument
provider: string
providerData: TypeDataJSON
optional
replyMarkup: TypeReplyMarkup
title: string

Static Properties

readonly
[paramDesc]: ParamDesc