Skip to main content
Latest
interface InaccessibleMessage
implements Omit<Message, "chat" | "message_id" | "date">
import { type InaccessibleMessage } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";

This object describes a message that was deleted or is otherwise inaccessible to the bot.

Properties

chat: Chat

Chat the message belonged to

message_id: number

Unique message identifier inside the chat

date: 0

Always 0. The field can be used to differentiate regular and inaccessible messages.