tgbot-cpp
|
This object is received when messages are deleted from a connected business account. More...
#include <BusinessMessagesDeleted.h>
Public Types | |
typedef std::shared_ptr< BusinessMessagesDeleted > | Ptr |
Public Attributes | |
std::string | businessConnectionId |
Unique identifier of the business connection. | |
Chat::Ptr | chat |
Information about a chat in the business account. | |
std::vector< std::int32_t > | messageIds |
A JSON-serialized 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 18 of file BusinessMessagesDeleted.h.
typedef std::shared_ptr<BusinessMessagesDeleted> TgBot::BusinessMessagesDeleted::Ptr |
Definition at line 21 of file BusinessMessagesDeleted.h.
std::string TgBot::BusinessMessagesDeleted::businessConnectionId |
Unique identifier of the business connection.
Definition at line 26 of file BusinessMessagesDeleted.h.
Chat::Ptr 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 33 of file BusinessMessagesDeleted.h.
std::vector<std::int32_t> TgBot::BusinessMessagesDeleted::messageIds |
A JSON-serialized list of identifiers of deleted messages in the chat of the business account.
Definition at line 38 of file BusinessMessagesDeleted.h.