class BotInlineResult
extends _TypeBotInlineResult
import { BotInlineResult } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";
Constructors
new
BotInlineResult(params: { id: string; type: string; title?: string; description?: string; url?: string; thumb?: TypeWebDocument; content?: TypeWebDocument; sendMessage: TypeBotInlineMessage; })Properties
protected
readonly
[params]: Paramsoptional
content: TypeWebDocumentsendMessage: TypeBotInlineMessage
optional
thumb: TypeWebDocumentStatic Properties
readonly
[paramDesc]: ParamDesc