class types.BotInlineResult
extends _TypeBotInlineResult
import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.ts";
const { BotInlineResult } = types;
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