Annotation Interface BotDefaultCallbackQuery


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface BotDefaultCallbackQuery
Marks a method as the fallback handler for Telegram callback queries that do not match any more specific BotCallbackQuery mapping. Only one default callback query handler should be defined per controller.
Since:
0.0.1
Author:
Islom Mirsaburov