- parseUserName(User) - Static method in class org.simonscode.telegrambots.framework.Utils
-
- postLoad(Bot) - Method in interface org.simonscode.telegrambots.framework.Module
-
This function will be executed just after your module was loaded by a bot.
- postLoad(Bot) - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
-
- postUnload(Bot) - Method in interface org.simonscode.telegrambots.framework.Module
-
This function will be executed after your module was unloaded.
- postUnload(Bot) - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
-
- preLoad(Bot) - Method in interface org.simonscode.telegrambots.framework.Module
-
This function will be executed just before your module will be loaded by a bot.
- preLoad(Bot) - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
-
- preUnload(Bot) - Method in interface org.simonscode.telegrambots.framework.Module
-
This function will be executed just before your module will be unloaded.
- preUnload(Bot) - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
-
- processUpdate(Bot, Update) - Method in interface org.simonscode.telegrambots.framework.Module
-
This function will be executed when telegram has an update.