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

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

Photo

Constructors

new
InputBotInlineResultPhoto_(params: { id: string; type: string; photo: enums.InputPhoto; send_message: enums.InputBotInlineMessage; })

Properties

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

Result ID

photo: enums.InputPhoto

Photo to send

send_message: enums.InputBotInlineMessage

Message to send when the result is selected

type: string

Result type (see bot API docs)

Static Properties

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