GramIO API Reference / gramio/dist / TelegramInaccessibleMessage
Interface: TelegramInaccessibleMessage
Defined in: @gramio/types/out/objects.d.ts:947
This object describes a message that was deleted or is otherwise inaccessible to the bot.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat | TelegramChat | Chat the message belonged to | @gramio/types/out/objects.d.ts:951 |
date | number | Always 0. The field can be used to differentiate regular and inaccessible messages. | @gramio/types/out/objects.d.ts:959 |
message_id | number | Unique message identifier inside the chat | @gramio/types/out/objects.d.ts:955 |