Class BusinessMessagesDeleted
java.lang.Object
io.github.natanimn.telebof.types.updates.BusinessMessagesDeleted
- All Implemented Interfaces:
TelegramUpdate
This object is received when messages are deleted from a connected business account.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
businessConnectionId
Unique identifier of the business connection -
chat
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user. -
messageIds
The list of identifiers of deleted messages in the chat of the business account
-
-
Constructor Details
-
BusinessMessagesDeleted
public BusinessMessagesDeleted()
-
-
Method Details