Javoxir

Results 3 comments of Javoxir

I have the same problem

> klisano ``` public static void main(String[] args) throws TelegramApiException { ConfigurableApplicationContext run = SpringApplication.run(OsiyoXuApplication.class, args); TelegramBotsApi telegramBotsApi = new TelegramBotsApi(DefaultBotSession.class); BotMethods botMethods = new BotMethods(run.getBean(BotSettings.class), run.getBean(ButtonSettings.class), run.getBean(ScienceService.class), run.getBean(SubjectService.class), run.getBean(ContentService.class));...