Class DeleteForumTopic

java.lang.Object
com.pengrad.telegrambot.request.BaseRequest<DeleteForumTopic,​BaseResponse>
com.pengrad.telegrambot.request.DeleteForumTopic

public class DeleteForumTopic
extends BaseRequest<DeleteForumTopic,​BaseResponse>
  • Constructor Details

    • DeleteForumTopic

      @Deprecated public DeleteForumTopic​(java.lang.Integer chatId, java.lang.Integer messageThreadId)
      Deprecated.
      use constructor with Long for future compatibility
    • DeleteForumTopic

      public DeleteForumTopic​(java.lang.Long chatId, java.lang.Integer messageThreadId)
    • DeleteForumTopic

      public DeleteForumTopic​(java.lang.String chatId, java.lang.Integer messageThreadId)