Skip to main content
Module

x/grm/mod.ts>Api.InputBotInlineMessageGame

MTProto API Client for Deno 🦕
Go to Latest
class Api.InputBotInlineMessageGame
extends VirtualClass<{ replyMarkup?: Api.TypeReplyMarkup; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputBotInlineMessageGame } = Api;

Properties

className: "InputBotInlineMessageGame"
classType: "constructor"
CONSTRUCTOR_ID: 1262639204
optional
replyMarkup: Api.TypeReplyMarkup
SUBCLASS_OF_ID: 1408974864

Static Methods

fromReader(reader: Reader): InputBotInlineMessageGame