| Class | Description |
|---|---|
| HandlerMethod | |
| RequestDispatcher |
Dispatcher which is used to finds the handler for the current telegram request and invokes it.
|
| TelegramCallback |
Result of the Telegram request processing.
|
| TelegramEvent |
Accumulates all available parameters from the initial telegram request.
|
| TelegramInvocableHandlerMethod |
Extension of
HandlerMethod that invokes the underlying method with argument values resolved from the current
telegram request through a list of BotHandlerMethodArgumentResolver and then resolves the return value with a
list of BotHandlerMethodReturnValueHandler. |
Copyright © 2022. All rights reserved.