Skip to main content
Module

x/mtkruto/mod.ts>tl.types.InputBotInlineResultDocument

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.types.InputBotInlineResultDocument
extends _TypeInputBotInlineResult
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { InputBotInlineResultDocument } = tl.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
document: TypeInputDocument
id: string
sendMessage: TypeInputBotInlineMessage
optional
title: string
type: string

Static Properties

readonly
[paramDesc]: ParamDesc