This object describes a message that was deleted or is otherwise inaccessible to the bot.
More...
#include <Types.h>
|
| std::shared_ptr< Chat > | chat { } |
| | Chat the message belonged to.
|
| std::int32_t | messageId { } |
| | Unique message identifier inside the chat.
|
| std::int32_t | date { } |
| | Always 0. The field can be used to differentiate regular and inaccessible messages.
|
This object describes a message that was deleted or is otherwise inaccessible to the bot.
Definition at line 4297 of file Types.h.
◆ Ptr
◆ chat
| std::shared_ptr<Chat> TgBot::InaccessibleMessage::chat { } |
◆ date
| std::int32_t TgBot::InaccessibleMessage::date { } |
Always 0. The field can be used to differentiate regular and inaccessible messages.
Definition at line 4313 of file Types.h.
◆ messageId
| std::int32_t TgBot::InaccessibleMessage::messageId { } |
Unique message identifier inside the chat.
Definition at line 4308 of file Types.h.
The documentation for this struct was generated from the following file: