1#ifndef TGBOT_BUSINESSMESSAGESDELETED_H 
    2#define TGBOT_BUSINESSMESSAGESDELETED_H 
   21    typedef std::shared_ptr<BusinessMessagesDeleted> 
Ptr;
 
 
This object is received when messages are deleted from a connected business account.
std::string businessConnectionId
Unique identifier of the business connection.
std::vector< std::int32_t > messageIds
A JSON-serialized list of identifiers of deleted messages in the chat of the business account.
Chat::Ptr chat
Information about a chat in the business account.
std::shared_ptr< BusinessMessagesDeleted > Ptr
std::shared_ptr< Chat > Ptr