Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_types/mod.ts>Message.VideoChatEndedMessage

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