Interface PostControlsCallbackQueryCommand
- All Superinterfaces:
CallbackQueryCommand<MessageIdsCommandCallbackDataDTO>
- All Known Implementing Classes:
ApprovePostCallbackQueryCommand
,RejectPostCallbackQueryCommand
,RejectTextCallbackQueryCommand
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface PostControlsCallbackQueryCommand
extends CallbackQueryCommand<MessageIdsCommandCallbackDataDTO>
A command interface for handling callback queries related to post controls.
This interface extends the generic CallbackQueryCommand with a specific type
of callback data,
MessageIdsCommandCallbackDataDTO
.-
Method Summary
Methods inherited from interface io.github.yvasyliev.telegramforwarderbot.service.command.CallbackQueryCommand
execute