InaccessibleMessage
This object describes a message that was deleted or is otherwise inaccessible to the bot.
Extends
ts
Omit<Message, "chat" | "message_id" | "date">
Properties
chat
ts
chat: Chat;
Chat the message belonged to
message_id
ts
message_id: number;
Unique message identifier inside the chat
date
ts
date: 0;
Always 0. The field can be used to differentiate regular and inaccessible messages.