Annotation Interface BotCommandQueryParam


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface BotCommandQueryParam
Injects a query parameter value from the current bot command into the annotated method parameter. Use this annotation to extract individual arguments passed alongside a bot command (e.g., the "42" in /start 42).
Since:
0.0.1
Author:
Islom Mirsaburov