Annotation Interface AfterBotRegistration
Indicated that the Method of a Class extending
<br&gt;
SpringLongPollingBot
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
<br&gt;
The bot session passed is the ones returned by TelegramBotsLongPollingApplication.registerBot(String, LongPollingUpdateConsumer)
</p>