Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy_types/message.ts>Message.TextMessage

Types for the Telegram Bot API
Go to Latest
type alias Message.TextMessage
import { type Message } from "https://deno.land/x/grammy_types@v3.0.0/message.ts";
const { TextMessage } = Message;
definition: CommonMessage & MsgWith<"text">