Class BusinessMessagesDeleted

java.lang.Object
io.github.natanimn.telebof.types.updates.BusinessMessagesDeleted
All Implemented Interfaces:
TelegramUpdate

public class BusinessMessagesDeleted extends Object implements TelegramUpdate
This object is received when messages are deleted from a connected business account.
Since:
3 March 2025
  • Field Details

    • business_connection_id

      public String business_connection_id
      Unique identifier of the business connection
    • chat

      public Chat chat
      Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
    • message_ids

      public List<Integer> message_ids
      The list of identifiers of deleted messages in the chat of the business account
  • Constructor Details

    • BusinessMessagesDeleted

      public BusinessMessagesDeleted()
  • Method Details