interface InaccessibleMessage implements Omit<Message, "chat" | "message_id" | "date">import { type InaccessibleMessage } from "https://dotland.deno.dev/x/grammy@v1.20.3/types.deno.ts"; This object describes a message that was deleted or is otherwise inaccessible to the bot. Propertieschat: ChatChat the message belonged to message_id: numberUnique message identifier inside the chat date: 0Always 0. The field can be used to differentiate regular and inaccessible messages.