class types.InputBotInlineMessageMediaInvoice
extends _TypeInputBotInlineMessage
import { types } from "https://deno.land/x/mtkruto@0.0.998/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
[params]: Paramsinvoice: TypeInvoice
optional
photo: TypeInputWebDocumentproviderData: TypeDataJSON
optional
replyMarkup: TypeReplyMarkupStatic Properties
readonly
[paramDesc]: ParamDesc