tgbot-cpp
Loading...
Searching...
No Matches
TgBot::BusinessMessagesDeleted Class Reference

This object is received when messages are deleted from a connected business account. More...

#include <BusinessMessagesDeleted.h>

Public Types

typedef std::shared_ptr< BusinessMessagesDeletedPtr
 

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.
 

Detailed Description

This object is received when messages are deleted from a connected business account.

Definition at line 18 of file BusinessMessagesDeleted.h.

Member Typedef Documentation

◆ Ptr

Definition at line 21 of file BusinessMessagesDeleted.h.

Member Data Documentation

◆ businessConnectionId

std::string TgBot::BusinessMessagesDeleted::businessConnectionId

Unique identifier of the business connection.

Definition at line 26 of file BusinessMessagesDeleted.h.

◆ chat

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.

◆ messageIds

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.


The documentation for this class was generated from the following file: