Skip to main content
Module

x/grammy_types/mod.ts>InaccessibleMessage

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface InaccessibleMessage
implements Omit<Message, "chat" | "message_id" | "date">
import { type InaccessibleMessage } from "https://deno.land/x/grammy_types@v3.4.4/mod.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.