Annotation Interface BotCommandValue


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface BotCommandValue
Injects the command text (e.g., /start) from the current Telegram update into the annotated method parameter. Apply this annotation to a String parameter in a handler method to receive the full command string sent by the user.
Since:
0.0.1
Author:
Islom Mirsaburov