Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_types/message.ts>Message.DocumentMessage

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