Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>InaccessibleMessage

Hydration plugin for API calls and context objects.
Latest
interface InaccessibleMessage
implements Omit<Message, "chat" | "message_id" | "date">
import { type InaccessibleMessage } from "https://deno.land/x/grammy_hydrate@v1.4.1/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.