Class TdApi.UpdateBusinessMessagesDeleted

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateBusinessMessagesDeleted
Enclosing class:
TdApi

public static class TdApi.UpdateBusinessMessagesDeleted extends TdApi.Update
Messages in a business account were deleted; for bots only.
  • Field Details

    • connectionId

      public String connectionId
      Unique identifier of the business connection.
    • chatId

      public long chatId
      Identifier of a chat in the business account in which messages were deleted.
    • messageIds

      public long[] messageIds
      Unique message identifiers of the deleted messages.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateBusinessMessagesDeleted

      public UpdateBusinessMessagesDeleted()
      Messages in a business account were deleted; for bots only.
    • UpdateBusinessMessagesDeleted

      public UpdateBusinessMessagesDeleted(String connectionId, long chatId, long[] messageIds)
      Messages in a business account were deleted; for bots only.
      Parameters:
      connectionId - Unique identifier of the business connection.
      chatId - Identifier of a chat in the business account in which messages were deleted.
      messageIds - Unique message identifiers of the deleted messages.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR