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

x/grammy_types/mod.ts>Message.MessageAutoDeleteTimerChangedMessage

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