@Target(value=METHOD) @Retention(value=RUNTIME) public @interface AfterBotRegistration
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
The bot session passed is the ones returned by TelegramBotsApi.registerBot(LongPollingBot)
Copyright © 2019. All rights reserved.