Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>InputBotInlineResultDocument_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputBotInlineResultDocument_
import { InputBotInlineResultDocument_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Document (media of any type except for photos)

Constructors

new
InputBotInlineResultDocument_(params: { id: string; type: string; title?: string; description?: string; document: enums.InputDocument; send_message: enums.InputBotInlineMessage; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
description: string

Result description

document: enums.InputDocument

Document to send

id: string

Result ID

send_message: enums.InputBotInlineMessage

Message to send when the result is selected

optional
title: string

Result title

type: string

Result type (see bot API docs)

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc