Uses of Class
org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException
-
-
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods
Methods in org.telegram.telegrambots.meta.api.methods that throw TelegramApiRequestException Modifier and Type Method Description MessageIdCopyMessage. deserializeResponse(String answer)FileGetFile. deserializeResponse(String answer)UserGetMe. deserializeResponse(String answer)UserProfilePhotosGetUserProfilePhotos. deserializeResponse(String answer)abstract TPartialBotApiMethod. deserializeResponse(String answer)Deserialize a json answer to the response type to a methodTPartialBotApiMethod. deserializeResponse(String answer, Class<T> returnClass)SerializableStopMessageLiveLocation. deserializeResponse(String answer)<K extends Serializable>
TPartialBotApiMethod. deserializeResponseArray(String answer, Class<K> returnClass)protected <K extends Serializable>
TPartialBotApiMethod. deserializeResponseSerializable(String answer, Class<K> returnClass) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.adminrights
Methods in org.telegram.telegrambots.meta.api.methods.adminrights that throw TelegramApiRequestException Modifier and Type Method Description ChatAdministratorRightsGetMyDefaultAdministratorRights. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.botapimethods
Methods in org.telegram.telegrambots.meta.api.methods.botapimethods that throw TelegramApiRequestException Modifier and Type Method Description BooleanBotApiMethodBoolean. deserializeResponse(String answer)MessageBotApiMethodMessage. deserializeResponse(String answer)SerializableBotApiMethodSerializable. deserializeResponseFromPossibilities(String answer, List<Class<? extends Serializable>> possibleValues)SerializableBotApiMethodSerializable. deserializeResponseMessageOrBoolean(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.commands
Methods in org.telegram.telegrambots.meta.api.methods.commands that throw TelegramApiRequestException Modifier and Type Method Description ArrayList<BotCommand>GetMyCommands. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.games
Methods in org.telegram.telegrambots.meta.api.methods.games that throw TelegramApiRequestException Modifier and Type Method Description ArrayList<GameHighScore>GetGameHighScores. deserializeResponse(String answer)SerializableSetGameScore. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.groupadministration
Methods in org.telegram.telegrambots.meta.api.methods.groupadministration that throw TelegramApiRequestException Modifier and Type Method Description ChatInviteLinkCreateChatInviteLink. deserializeResponse(String answer)ChatInviteLinkEditChatInviteLink. deserializeResponse(String answer)StringExportChatInviteLink. deserializeResponse(String answer)ChatGetChat. deserializeResponse(String answer)ArrayList<ChatMember>GetChatAdministrators. deserializeResponse(String answer)ChatMemberGetChatMember. deserializeResponse(String answer)IntegerGetChatMemberCount. deserializeResponse(String answer)ChatInviteLinkRevokeChatInviteLink. deserializeResponse(String answer)BooleanSetChatPhoto. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.invoices
Methods in org.telegram.telegrambots.meta.api.methods.invoices that throw TelegramApiRequestException Modifier and Type Method Description MessageCreateInvoiceLink. deserializeResponse(String answer)MessageSendInvoice. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.menubutton
Methods in org.telegram.telegrambots.meta.api.methods.menubutton that throw TelegramApiRequestException Modifier and Type Method Description MenuButtonGetChatMenuButton. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.polls
Methods in org.telegram.telegrambots.meta.api.methods.polls that throw TelegramApiRequestException Modifier and Type Method Description PollStopPoll. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that throw TelegramApiRequestException Modifier and Type Method Description MessageSendAnimation. deserializeResponse(String answer)MessageSendAudio. deserializeResponse(String answer)MessageSendDocument. deserializeResponse(String answer)ArrayList<Message>SendMediaGroup. deserializeResponse(String answer)MessageSendPhoto. deserializeResponse(String answer)MessageSendSticker. deserializeResponse(String answer)MessageSendVideo. deserializeResponse(String answer)MessageSendVideoNote. deserializeResponse(String answer)MessageSendVoice. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.stickers
Methods in org.telegram.telegrambots.meta.api.methods.stickers that throw TelegramApiRequestException Modifier and Type Method Description BooleanAddStickerToSet. deserializeResponse(String answer)BooleanCreateNewStickerSet. deserializeResponse(String answer)StickerSetGetStickerSet. deserializeResponse(String answer)FileUploadStickerFile. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.updates
Methods in org.telegram.telegrambots.meta.api.methods.updates that throw TelegramApiRequestException Modifier and Type Method Description ArrayList<Update>GetUpdates. deserializeResponse(String answer)WebhookInfoGetWebhookInfo. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.updatingmessages
Methods in org.telegram.telegrambots.meta.api.methods.updatingmessages that throw TelegramApiRequestException Modifier and Type Method Description SerializableEditMessageCaption. deserializeResponse(String answer)SerializableEditMessageLiveLocation. deserializeResponse(String answer)SerializableEditMessageMedia. deserializeResponse(String answer)SerializableEditMessageReplyMarkup. deserializeResponse(String answer)SerializableEditMessageText. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.api.methods.webapp
Methods in org.telegram.telegrambots.meta.api.methods.webapp that throw TelegramApiRequestException Modifier and Type Method Description SentWebAppMessageAnswerWebAppQuery. deserializeResponse(String answer) -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.generics
Methods in org.telegram.telegrambots.meta.generics that throw TelegramApiRequestException Modifier and Type Method Description voidLongPollingBot. clearWebhook()Clear current webhook (if present) calling setWebhook method with empty url. -
Uses of TelegramApiRequestException in org.telegram.telegrambots.meta.updateshandlers
Methods in org.telegram.telegrambots.meta.updateshandlers with parameters of type TelegramApiRequestException Modifier and Type Method Description voidSentCallback. onError(BotApiMethod<T> method, TelegramApiRequestException apiException)Called when the request fails
-