Class BotApiMethodBoolean
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod<T>
-
- org.telegram.telegrambots.meta.api.methods.BotApiMethod<Boolean>
-
- org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethodBoolean
-
- All Implemented Interfaces:
Validable
- Direct Known Subclasses:
AnswerCallbackQuery,AnswerInlineQuery,AnswerPreCheckoutQuery,AnswerShippingQuery,ApproveChatJoinRequest,BanChatMember,BanChatSenderChat,Close,DeclineChatJoinRequest,DeleteChatPhoto,DeleteChatStickerSet,DeleteMessage,DeleteMyCommands,DeleteStickerFromSet,DeleteWebhook,LeaveChat,LogOut,PinChatMessage,PromoteChatMember,RestrictChatMember,SendChatAction,SetChatAdministratorCustomTitle,SetChatDescription,SetChatMenuButton,SetChatPermissions,SetChatStickerSet,SetChatTitle,SetMyCommands,SetMyDefaultAdministratorRights,SetPassportDataErrors,SetStickerPositionInSet,SetStickerSetThumb,SetWebhook,UnbanChatMember,UnbanChatSenderChat,UnpinAllChatMessages,UnpinChatMessage
public abstract class BotApiMethodBoolean extends BotApiMethod<Boolean>
- Version:
- 1.0 A method of Telegram Bots Api that is fully supported in json format
- Author:
- Ruben Bermudez
-
-
Field Summary
-
Fields inherited from class org.telegram.telegrambots.meta.api.methods.BotApiMethod
METHOD_FIELD
-
Fields inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
OBJECT_MAPPER
-
-
Constructor Summary
Constructors Constructor Description BotApiMethodBoolean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleandeserializeResponse(String answer)Deserialize a json answer to the response type to a method-
Methods inherited from class org.telegram.telegrambots.meta.api.methods.BotApiMethod
getMethod
-
Methods inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
deserializeResponse, deserializeResponseArray, deserializeResponseSerializable
-
-
-
-
Method Detail
-
deserializeResponse
public Boolean deserializeResponse(String answer) throws TelegramApiRequestException
Description copied from class:PartialBotApiMethodDeserialize a json answer to the response type to a method- Specified by:
deserializeResponsein classPartialBotApiMethod<Boolean>- Parameters:
answer- Json answer received- Returns:
- Answer for the method
- Throws:
TelegramApiRequestException
-
-