class InputBotInlineResult
extends _TypeInputBotInlineResult
import { InputBotInlineResult } from "https://deno.land/x/mtkruto@0.0.998/tl/2_types.ts";
Constructors
new
InputBotInlineResult(params: { id: string; type: string; title?: string; description?: string; url?: string; thumb?: TypeInputWebDocument; content?: TypeInputWebDocument; sendMessage: TypeInputBotInlineMessage; })Properties
protected
readonly
[params]: Paramsoptional
content: TypeInputWebDocumentsendMessage: TypeInputBotInlineMessage
optional
thumb: TypeInputWebDocumentStatic Properties
readonly
[paramDesc]: ParamDesc