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

x/grammy_types/mod.ts>Message.VideoMessage

Types for the Telegram Bot API
Go to Latest
type alias Message.VideoMessage
import { type Message } from "https://deno.land/x/grammy_types@v3.1.2/mod.ts";
const { VideoMessage } = Message;
definition: MediaMessage & MsgWith<"video">