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