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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<BusinessMessagesDeleted>

Public Attributes

std::string businessConnectionId { }
 Unique identifier of the business connection.
std::shared_ptr< Chatchat { }
 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.

Detailed Description

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

Definition at line 1357 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1358 of file Types.h.

Member Data Documentation

◆ 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: