Annotation Interface BotCallbackQueryData


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface BotCallbackQueryData
Injects the callback query data string from the current Telegram update into the annotated method parameter. Apply this annotation to a String parameter in a handler method to receive the data payload associated with an inline keyboard callback query.
Since:
0.0.1
Author:
Islom Mirsaburov