| Modifier and Type | Class and Description |
|---|---|
class |
AnswerCallbackQuery |
class |
AnswerInlineQuery |
class |
AnswerPreCheckoutQuery |
class |
AnswerShippingQuery |
class |
ForwardMessage |
class |
GetFile |
class |
GetMe |
class |
GetUserProfilePhotos |
class |
StopMessageLiveLocation |
| Modifier and Type | Class and Description |
|---|---|
class |
GetGameHighScores |
class |
SetGameScore |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteChatPhoto |
class |
DeleteStickerSetName |
class |
ExportChatInviteLink |
class |
GetChat |
class |
GetChatAdministrators |
class |
GetChatMember |
class |
GetChatMemberCount |
class |
KickChatMember |
class |
LeaveChat |
class |
PromoteChatMember |
class |
RestrictChatMember |
class |
SetChatDescription |
class |
SetChatStickerSet |
class |
SetChatTitle |
class |
UnbanChatMember |
| Modifier and Type | Class and Description |
|---|---|
class |
PinChatMessage |
class |
UnpinChatMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
SendChatAction |
class |
SendContact |
class |
SendGame |
class |
SendInvoice |
class |
SendLocation |
class |
SendMessage |
class |
SendVenue |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteStickerFromSet |
class |
GetStickerSet |
class |
SetStickerPositionInSet |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteWebhook |
class |
GetUpdates |
class |
GetWebhookInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteMessage |
class |
EditMessageCaption |
class |
EditMessageLiveLocation |
class |
EditMessageReplyMarkup |
class |
EditMessageText |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable,Method extends BotApiMethod<T>> |
AbsSender.execute(Method method) |
<T extends Serializable,Method extends BotApiMethod<T>,Callback extends SentCallback<T>> |
AbsSender.executeAsync(Method method,
Callback callback) |
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 © 2018. All rights reserved.