Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_types/mod.ts>Message.GameMessage

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
type alias Message.GameMessage
import { type Message } from "https://deno.land/x/grammy_types@v3.8.1/mod.ts";
const { GameMessage } = Message;
definition: CommonMessage & MsgWith<"game">