Package uz.osoncode.telegrambothandler.core.argumentresolver.annotation
package uz.osoncode.telegrambothandler.core.argumentresolver.annotation
-
Annotation InterfacesClassDescriptionInjects the callback query data string from the current Telegram update into the annotated method parameter.Injects a query parameter value from the current bot command into the annotated method parameter.Injects the command text (e.g.,
/start) from the current Telegram update into the annotated method parameter.Injects the full text of the current Telegram message into the annotated method parameter.