| Package | Description |
|---|---|
| org.isuper.telegram | |
| org.isuper.telegram.api | |
| org.isuper.telegram.bot |
| Modifier and Type | Method and Description |
|---|---|
List<Update> |
TelegramClient.getUpdates(String token,
Integer offset,
Integer limit,
Integer timeout,
String... allowedUpdates)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ApiResponse<List<Update>>> |
TelegramBotApi.getUpdates(String apiToken,
GetUpdatesPayload payload) |
| Modifier and Type | Method and Description |
|---|---|
Update |
MemoryBasedBotSessionStore.getLastUnprocessedUpdate() |
Update |
BotSessionStore.getLastUnprocessedUpdate() |
Update |
MemoryBasedBotSessionStore.retrieveUpdate(long timeout,
TimeUnit unit) |
Update |
BotSessionStore.retrieveUpdate(long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
List<Update> |
MemoryBasedBotSessionStore.getCachedUpdates() |
BlockingQueue<Update> |
MemoryBasedBotSessionStore.getOngoingUpdates() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceBundle |
DefaultUpdateHandler.getResourceBundle(Update update) |
boolean |
UpdateHandler.handleUpdate(Update update) |
boolean |
NoOpUpdateHandler.handleUpdate(Update update) |
boolean |
DefaultUpdateHandler.handleUpdate(Update update) |
void |
MemoryBasedBotSessionStore.setLastUnprocessedUpdate(Update lastUnprocessedUpdate) |
void |
BotSessionStore.setLastUnprocessedUpdate(Update lastUnprocessedUpdate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryBasedBotSessionStore.addUpdates(List<Update> received) |
void |
BotSessionStore.addUpdates(List<Update> received) |
Copyright © 2017 iSuper.org. All Rights Reserved.