Skip to main content
Module

x/mtkruto/mod.ts>types.InputBotInlineResultPhoto

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

Constructors

new
InputBotInlineResultPhoto(params: { id: string; type: string; photo: TypeInputPhoto; sendMessage: TypeInputBotInlineMessage; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc