This object is received when messages are deleted from a connected business account.
More...
#include <Types.h>
|
| std::string | businessConnectionId { } |
| | Unique identifier of the business connection.
|
| std::shared_ptr< Chat > | chat { } |
| | Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
|
| std::vector< std::int32_t > | messageIds { } |
| | The list of identifiers of deleted messages in the chat of the business account.
|
This object is received when messages are deleted from a connected business account.
Definition at line 1357 of file Types.h.
◆ Ptr
◆ businessConnectionId
| std::string TgBot::BusinessMessagesDeleted::businessConnectionId { } |
Unique identifier of the business connection.
Definition at line 1363 of file Types.h.
◆ chat
| std::shared_ptr<Chat> TgBot::BusinessMessagesDeleted::chat { } |
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
Definition at line 1369 of file Types.h.
◆ messageIds
| std::vector<std::int32_t> TgBot::BusinessMessagesDeleted::messageIds { } |
The list of identifiers of deleted messages in the chat of the business account.
Definition at line 1374 of file Types.h.
The documentation for this struct was generated from the following file: