| Modifier and Type | Interface and Description |
|---|---|
interface |
IBotAPI<T extends IUpdate> |
| Modifier and Type | Method and Description |
|---|---|
String |
HandlerBot.getText(IUpdate update) |
void |
HandlerBot.handle(IBotAPI bot,
IUpdate update) |
void |
IBotAPI.sendMessageWithKeyboard(IUpdate update,
List<List<String>> keyboardList,
String text) |
void |
Bots.sendPhoto(IUpdate chatId,
byte[] file) |
boolean |
IBotAPI.typing(IUpdate update) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBotAPI<T extends IUpdate> |
| Modifier and Type | Method and Description |
|---|---|
void |
TelegramBotAPI.sendMessageWithKeyboard(IUpdate message,
List<List<String>> keyboardList,
String text) |
void |
BaseBotAPI.sendMessageWithKeyboard(IUpdate update,
List<List<String>> keyboardList,
String text) |
void |
DiscordBotAPI.sendMessageWithKeyboard(IUpdate update,
List<List<String>> keyboardList,
String text) |
boolean |
TelegramBotAPI.typing(IUpdate update) |
boolean |
BaseBotAPI.typing(IUpdate update) |
boolean |
DiscordBotAPI.typing(IUpdate update) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscordUpdate |
| Modifier and Type | Method and Description |
|---|---|
protected IBotAPI<IUpdate> |
BaseMessage.getBot() |
| Modifier and Type | Method and Description |
|---|---|
PendingResponse |
IMessageHandler.handle(IUpdate update) |
PendingResponse |
IInlineHandler.handle(IUpdate update) |
PendingResponse |
IResponseHandler.handleResponse(IUpdate update,
S state,
PendingResponse pendingResponse) |
boolean |
IMessageHandler.matches(IUpdate update) |
boolean |
BaseMessageHandler.matches(IUpdate update) |
void |
BaseMessage.sendMessage(IUpdate message,
String text) |
protected void |
BaseMessage.sendMessage(IUpdate message,
String text,
Object... args) |
protected void |
BaseMessage.sendMessageWithKeyboard(IUpdate update,
List<List<String>> keyboardList,
String text) |
protected boolean |
BaseMessage.typing(IUpdate update) |
| Modifier and Type | Method and Description |
|---|---|
void |
IBotUpdatesHandler.handle(List<IUpdate> updates) |
| Constructor and Description |
|---|
BaseMessage(String botName,
IBotAPI<IUpdate> bot) |
BaseMessage(String botName,
IBotAPI<IUpdate> bot,
boolean noargs) |
| Modifier and Type | Class and Description |
|---|---|
class |
TelegramUpdate |
Copyright © 2022. All rights reserved.