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

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

Game

Constructors

new
InputBotInlineResultGame_(params: { id: string; short_name: string; send_message: enums.InputBotInlineMessage; })

Properties

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

Result ID

send_message: enums.InputBotInlineMessage

Message to send when the result is selected

short_name: string

Game short name

Static Properties

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