| Interface | Description |
|---|---|
| BotHandlerMethodArgumentResolver |
The implementation of the interface should be able to handle the arguments of the method that processes the telegram
request.
|
| Class | Description |
|---|---|
| BotHandlerMethodArgumentResolverComposite |
Resolves method parameters by delegating to a list of registered
BotHandlerMethodArgumentResolver resolvers. |
| BotRequestMethodArgumentResolver | |
| BotRequestMethodPathArgumentResolver |
Add support for
String arguments marked by BotPathVariable annotation. |
Copyright © 2022. All rights reserved.