Skip to main content
Module

x/grammy_types/mod.ts>Message.TextMessage

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