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

x/grammy/types.ts>Message.TextMessage

The Telegram Bot Framework.
Go to Latest
type alias Message.TextMessage
import { type Message } from "https://deno.land/x/grammy@v1.20.4/types.ts";
const { TextMessage } = Message;
definition: CommonMessage & MsgWith<"text">