class types.BotInlineMediaResult extends _TypeBotInlineResultimport { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { BotInlineMediaResult } = types; ConstructorsnewBotInlineMediaResult(params: { id: string; type: string; photo?: TypePhoto; document?: TypeDocument; title?: string; description?: string; sendMessage: TypeBotInlineMessage; })Propertiesprotectedreadonly[id]protectedreadonly[params]: Paramsoptionaldescription: stringoptionaldocument: TypeDocumentid: stringoptionalphoto: TypePhotosendMessage: TypeBotInlineMessageoptionaltitle: stringtype: stringStatic Propertiesreadonly[paramDesc]: ParamDesc