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>BotInlineResult_

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

Constructors

new
BotInlineResult_(params: { id: string; type: string; title?: string; description?: string; url?: string; thumb?: enums.WebDocument; content?: enums.WebDocument; send_message: enums.BotInlineMessage; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
content: enums.WebDocument
optional
description: string
id: string
optional
thumb: enums.WebDocument
optional
title: string
type: string
optional
url: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc