A O T 
All Classes All Packages

A

AfterBotRegistration - Annotation Type in org.telegram.telegrambots.starter
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

afterPropertiesSet() - Method in class org.telegram.telegrambots.starter.TelegramBotInitializer
 

O

org.telegram.telegrambots.starter - package org.telegram.telegrambots.starter
 

T

telegramBotInitializer(TelegramBotsApi, ObjectProvider<List<LongPollingBot>>, ObjectProvider<List<WebhookBot>>) - Method in class org.telegram.telegrambots.starter.TelegramBotStarterConfiguration
 
TelegramBotInitializer - Class in org.telegram.telegrambots.starter
Receives all beand which are #LongPollingBot and #WebhookBot and register them in #TelegramBotsApi.
TelegramBotInitializer(TelegramBotsApi, List<LongPollingBot>, List<WebhookBot>) - Constructor for class org.telegram.telegrambots.starter.TelegramBotInitializer
 
telegramBotsApi() - Method in class org.telegram.telegrambots.starter.TelegramBotStarterConfiguration
 
TelegramBotStarterConfiguration - Class in org.telegram.telegrambots.starter
#TelegramBotsApi added to spring context as well
TelegramBotStarterConfiguration() - Constructor for class org.telegram.telegrambots.starter.TelegramBotStarterConfiguration
 
A O T 
All Classes All Packages