| Class | Description |
|---|---|
| TelegramBotInitializer |
Receives all beand which are #LongPollingBot and #WebhookBot and register them in #TelegramBotsApi.
|
| TelegramBotStarterConfiguration |
#TelegramBotsApi added to spring context as well
|
| Annotation Type | Description |
|---|---|
| AfterBotRegistration |
Indicated that the Method of a Class extending
LongPollingBot will be called after the bot was registered
If the Method has a single Parameter of type BotSession, the method get passed the bot session the bot was registered with
|
Copyright © 2019. All rights reserved.