Class RejectTextCallbackQueryCommand

java.lang.Object
io.github.yvasyliev.telegramforwarderbot.service.command.RejectTextCallbackQueryCommand
All Implemented Interfaces:
CallbackQueryCommand<MessageIdsCommandCallbackDataDTO>, PostControlsCallbackQueryCommand

@Service("/rejecttext") public class RejectTextCallbackQueryCommand extends Object implements PostControlsCallbackQueryCommand
Rejects a text post by removing caption from the approved posts.
  • Constructor Details

    • RejectTextCallbackQueryCommand

      public RejectTextCallbackQueryCommand()
  • Method Details