Skip to main content
Module

x/grm/mod.ts>tl.Api.InputBotInlineResultGame

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.InputBotInlineResultGame
extends VirtualClass<{ id: string; shortName: string; sendMessage: Api.TypeInputBotInlineMessage; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputBotInlineResultGame } = tl.Api;

Properties

className: "InputBotInlineResultGame"
classType: "constructor"
CONSTRUCTOR_ID: 1336154098
id: string
sendMessage: Api.TypeInputBotInlineMessage
shortName: string
SUBCLASS_OF_ID: 2158273502

Static Methods

fromReader(reader: Reader): InputBotInlineResultGame