class BotInlineMediaResult
extends _TypeBotInlineResult
import { BotInlineMediaResult } from "https://deno.land/x/mtkruto@0.0.998/tl/2_types.ts";
Constructors
new
BotInlineMediaResult(params: { id: string; type: string; photo?: TypePhoto; document?: TypeDocument; title?: string; description?: string; sendMessage: TypeBotInlineMessage; })Properties
protected
readonly
[params]: Paramsoptional
document: TypeDocumentoptional
photo: TypePhotosendMessage: TypeBotInlineMessage
Static Properties
readonly
[paramDesc]: ParamDesc