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