public abstract class TelegramBot extends Object
| Constructor and Description |
|---|
TelegramBot() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.logging.log4j.Logger |
getLogger() |
protected abstract ResourceBundle |
getResourceBundle(Update update) |
protected abstract String |
getRobotUsername() |
protected abstract void |
handleChosenInlineResult(ResourceBundle bundle,
ChosenInlineResult chosenInlineResult) |
protected abstract void |
handleCommands(ResourceBundle bundle,
Command cmd,
Message message) |
protected abstract void |
handleEditedTextMessage(ResourceBundle bundle,
Message editedMessage) |
protected abstract void |
handleInlineQuery(ResourceBundle bundle,
InlineQuery inlineQuery) |
protected abstract void |
handleLocationMessage(ResourceBundle bundle,
Message message) |
protected abstract void |
handleNewParticipant(ResourceBundle bundle,
Message message) |
protected abstract void |
handleOrdinaryTextMessage(ResourceBundle bundle,
Message message) |
protected void |
handleUpdate(Update update) |
protected void handleUpdate(Update update) throws IOException
protected abstract org.apache.logging.log4j.Logger getLogger()
protected abstract ResourceBundle getResourceBundle(Update update)
protected abstract String getRobotUsername()
protected abstract void handleNewParticipant(ResourceBundle bundle, Message message) throws IOException
protected abstract void handleLocationMessage(ResourceBundle bundle, Message message) throws IOException
protected abstract void handleOrdinaryTextMessage(ResourceBundle bundle, Message message) throws IOException
protected abstract void handleEditedTextMessage(ResourceBundle bundle, Message editedMessage) throws IOException
protected abstract void handleCommands(ResourceBundle bundle, Command cmd, Message message) throws IOException
protected abstract void handleInlineQuery(ResourceBundle bundle, InlineQuery inlineQuery) throws IOException
protected abstract void handleChosenInlineResult(ResourceBundle bundle, ChosenInlineResult chosenInlineResult) throws IOException
Copyright © 2016 iSuper.org. All Rights Reserved.