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
- 
Field SummaryFieldsModifier and TypeFieldDescriptionUnique identifier of the business connectionInformation about a chat in the business account.The list of identifiers of deleted messages in the chat of the business account
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
business_connection_idUnique identifier of the business connection
- 
chatInformation about a chat in the business account. The bot may not have access to the chat or the corresponding user.
- 
message_ids
 
- 
- 
Constructor Details- 
BusinessMessagesDeletedpublic BusinessMessagesDeleted()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-