Skip to main content
Module

x/mtkruto/mod.ts>types.InputBotInlineResultDocument

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputBotInlineResultDocument
import { types } from "https://deno.land/x/mtkruto@0.1.108/mod.ts";
const { InputBotInlineResultDocument } = types;

Constructors

new
InputBotInlineResultDocument(params: { id: string; type: string; title?: string; description?: string; document: TypeInputDocument; sendMessage: TypeInputBotInlineMessage; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
description: string
id: string
optional
title: string
type: string

Static Properties

readonly
[paramDesc]: ParamDesc