Annotation Interface BotTextValue


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface BotTextValue
Injects the full text of the current Telegram message into the annotated method parameter. Apply this annotation to a String parameter in a handler method to receive the plain text content of the incoming message.
Since:
0.0.1
Author:
Islom Mirsaburov