Skip to main content
Module

x/grammy/types.ts>InaccessibleMessage

The Telegram Bot Framework.
Very Popular
Go to Latest
interface InaccessibleMessage
implements Omit<Message, "chat" | "message_id" | "date">
import { type InaccessibleMessage } from "https://deno.land/x/grammy@v1.21.2/types.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.