Interface PostControlsCallbackQueryCommand

All Superinterfaces:
CallbackQueryCommand<CommandCallbackData>
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<CommandCallbackData>
A command interface for handling callback queries related to post controls. This interface extends the generic CallbackQueryCommand with a specific type of callback data, CommandCallbackData.