Skip navigation links
B C D E G I L M O P S U V 

B

Bot - Class in org.simonscode.telegrambots.framework
Created by simon on 29.04.17.
Bot(String, String, List<Module>) - Constructor for class org.simonscode.telegrambots.framework.Bot
For testing, run a bot with a predefined set of modules
BotInfo - Class in org.simonscode.telegrambots.framework
Created by simon on 14.11.16.
bots - Variable in class org.simonscode.telegrambots.framework.Config
 

C

checkForCommand(Update, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
checkForCommand(Update, String, boolean, boolean) - Static method in class org.simonscode.telegrambots.framework.Utils
 
checkForCommand(Update, String, boolean) - Static method in class org.simonscode.telegrambots.framework.Utils
 
Config - Class in org.simonscode.telegrambots.framework
 
Config() - Constructor for class org.simonscode.telegrambots.framework.Config
 
Controller - Class in org.simonscode.telegrambots.framework
 
Controller() - Constructor for class org.simonscode.telegrambots.framework.Controller
 

D

deleteMessageFailable(AbsSender, String, int) - Static method in class org.simonscode.telegrambots.framework.Utils
 
disableModule(Module) - Method in class org.simonscode.telegrambots.framework.Bot
 

E

enableModule(Module) - Method in class org.simonscode.telegrambots.framework.Bot
 

G

getApiKey() - Method in class org.simonscode.telegrambots.framework.BotInfo
 
getAuthor() - Method in class org.simonscode.telegrambots.framework.ModuleInfo
 
getBotToken() - Method in class org.simonscode.telegrambots.framework.Bot
 
getBotUsername() - Method in class org.simonscode.telegrambots.framework.Bot
 
getFile(Bot, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
getFile(Bot, String, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
getInstanciationPereference() - Method in class org.simonscode.telegrambots.framework.ModuleInfo
 
getMessageFromUpdate(Update) - Static method in class org.simonscode.telegrambots.framework.Utils
 
getMessageFromUpdate(Update, boolean) - Static method in class org.simonscode.telegrambots.framework.Utils
 
getModuleData() - Method in class org.simonscode.telegrambots.framework.BotInfo
 
getModuleId() - Method in class org.simonscode.telegrambots.framework.ModuleInfo
 
getModuleInfo() - Method in interface org.simonscode.telegrambots.framework.Module
 
getModules() - Method in class org.simonscode.telegrambots.framework.Bot
 
getName() - Method in class org.simonscode.telegrambots.framework.BotInfo
 
getName() - Method in class org.simonscode.telegrambots.framework.ModuleInfo
 
getStateType() - Method in interface org.simonscode.telegrambots.framework.Module
 
getStateType() - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
 
getVersion() - Method in class org.simonscode.telegrambots.framework.ModuleInfo
 

I

initialize(State) - Method in interface org.simonscode.telegrambots.framework.Module
This function is called when you module is first loaded by the framework
initialize(State) - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
 

L

logUpdate(Update) - Static method in class org.simonscode.telegrambots.framework.Utils
 

M

main(String[]) - Static method in class org.simonscode.telegrambots.framework.Controller
 
Module - Interface in org.simonscode.telegrambots.framework
 
ModuleAdapter - Class in org.simonscode.telegrambots.framework
 
ModuleAdapter() - Constructor for class org.simonscode.telegrambots.framework.ModuleAdapter
 
ModuleInfo - Class in org.simonscode.telegrambots.framework
 
ModuleInfo(String, String, String, ModuleInfo.InstanciationPereference) - Constructor for class org.simonscode.telegrambots.framework.ModuleInfo
 
ModuleInfo.InstanciationPereference - Enum in org.simonscode.telegrambots.framework
 
ModuleLoader - Class in org.simonscode.telegrambots.framework
Created by simon on 29.04.17.
ModuleLoader() - Constructor for class org.simonscode.telegrambots.framework.ModuleLoader
 

O

onClosing() - Method in class org.simonscode.telegrambots.framework.Bot
 
onUpdateReceived(Update) - Method in class org.simonscode.telegrambots.framework.Bot
 
org.simonscode.telegrambots.framework - package org.simonscode.telegrambots.framework
 

P

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.

S

saveModuleStates() - Method in class org.simonscode.telegrambots.framework.Bot
 
saveState(Bot) - Method in interface org.simonscode.telegrambots.framework.Module
This method is called when the bot wants you to save.
saveState(Bot) - Method in class org.simonscode.telegrambots.framework.ModuleAdapter
 
sendFailableMessage(AbsSender, Chat, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
sendFailableMessage(AbsSender, Chat, int, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
sendMessage(AbsSender, Chat, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
sendMessage(AbsSender, Chat, int, String) - Static method in class org.simonscode.telegrambots.framework.Utils
 
setModuleState(String, State) - Method in class org.simonscode.telegrambots.framework.BotInfo
 
State - Class in org.simonscode.telegrambots.framework
 
State() - Constructor for class org.simonscode.telegrambots.framework.State
 
stop() - Static method in class org.simonscode.telegrambots.framework.Controller
 

U

Utils - Class in org.simonscode.telegrambots.framework
Created by simon on 02.05.17.
Utils() - Constructor for class org.simonscode.telegrambots.framework.Utils
 

V

valueOf(String) - Static method in enum org.simonscode.telegrambots.framework.ModuleInfo.InstanciationPereference
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.simonscode.telegrambots.framework.ModuleInfo.InstanciationPereference
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E G I L M O P S U V 
Skip navigation links