InaccessibleMessage
This object describes a message that was deleted or is otherwise inaccessible to the bot.
fields
| field | type | required | description |
|---|---|---|---|
chat | Chat | required | Chat the message belonged to |
message_id | number | required | Unique message identifier inside the chat |
date | number | required | Always 0. The field can be used to differentiate regular and inaccessible messages. |
import
import type { InaccessibleMessage } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inaccessiblemessage