| Package | Description |
|---|---|
| za.co.knonchalant.candogram | |
| za.co.knonchalant.candogram.api | |
| za.co.knonchalant.candogram.handlers |
| Modifier and Type | Method and Description |
|---|---|
List<IBotAPI> |
Bots.getApis() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBot.handle(IBotAPI bot,
IUpdate update) |
| Constructor and Description |
|---|
Bots(String name,
List<IBotAPI> apis,
List<IMessageHandler> handlers) |
Bots(String name,
List<IBotAPI> apis,
List<IMessageHandler> handlers,
IInlineHandler inlineHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBotAPI<T extends IUpdate> |
class |
DiscordBotAPI |
class |
TelegramBotAPI
Created by evan on 2016/04/08.
|
| Modifier and Type | Method and Description |
|---|---|
protected IBotAPI<IUpdate> |
BaseMessage.getBot() |
| Modifier and Type | Method and Description |
|---|---|
void |
IResponseHandler.setBot(IBotAPI bot) |
void |
BaseMessage.setBot(IBotAPI bot) |
| Constructor and Description |
|---|
BaseInlineMessageHandler(String botName,
IBotAPI bot) |
BaseMessage(String botName,
IBotAPI<IUpdate> bot) |
BaseMessage(String botName,
IBotAPI<IUpdate> bot,
boolean noargs) |
BaseMessageHandler(String botName,
String command,
IBotAPI bot) |
BaseMessageHandler(String botName,
String command,
IBotAPI bot,
boolean noargs) |
Copyright © 2022. All rights reserved.