| Modifier and Type | Class and Description |
|---|---|
class |
AnswerCallbackQuery |
class |
AnswerInlineQuery |
class |
ForwardMessage |
class |
GetFile |
class |
GetMe |
class |
GetUserProfilePhotos |
| Modifier and Type | Class and Description |
|---|---|
class |
GetGameHighScores |
class |
SetGameScore |
| Modifier and Type | Class and Description |
|---|---|
class |
GetChat |
class |
GetChatAdministrators |
class |
GetChatMember |
class |
GetChatMemberCount |
class |
KickChatMember |
class |
LeaveChat |
class |
UnbanChatMember |
| Modifier and Type | Class and Description |
|---|---|
class |
SendChatAction |
class |
SendContact |
class |
SendGame |
class |
SendLocation |
class |
SendMessage |
class |
SendVenue |
| Modifier and Type | Class and Description |
|---|---|
class |
GetUpdates |
class |
GetWebhookInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
EditMessageCaption |
class |
EditMessageReplyMarkup |
class |
EditMessageText |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T extends Serializable,Method extends BotApiMethod<T>> |
AbsSender.sendApiMethod(Method method) |
protected abstract <T extends Serializable,Method extends BotApiMethod<T>,Callback extends SentCallback<T>> |
AbsSender.sendApiMethodAsync(Method method,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
BotApiMethod |
WebhookBot.onWebhookUpdateReceived(Update update)
This method is called when receiving updates via webhook
|
| Modifier and Type | Method and Description |
|---|---|
void |
SentCallback.onError(BotApiMethod<T> method,
TelegramApiRequestException apiException)
Called when the request fails
|
void |
SentCallback.onException(BotApiMethod<T> method,
Exception exception)
Called when the http request throw an exception
|
void |
SentCallback.onResult(BotApiMethod<T> method,
T response)
Called when the request is successful
|
Copyright © 2016. All rights reserved.