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
,CloseForumTopic
,DeclineChatJoinRequest
,DeleteChatPhoto
,DeleteChatStickerSet
,DeleteForumTopic
,DeleteMessage
,DeleteMyCommands
,DeleteStickerFromSet
,DeleteWebhook
,EditForumTopic
,LeaveChat
,LogOut
,PinChatMessage
,PromoteChatMember
,ReopenForumTopic
,RestrictChatMember
,SendChatAction
,SetChatAdministratorCustomTitle
,SetChatDescription
,SetChatMenuButton
,SetChatPermissions
,SetChatStickerSet
,SetChatTitle
,SetMyCommands
,SetMyDefaultAdministratorRights
,SetPassportDataErrors
,SetStickerPositionInSet
,SetStickerSetThumb
,SetWebhook
,UnbanChatMember
,UnbanChatSenderChat
,UnpinAllChatMessages
,UnpinAllForumTopicMessages
,UnpinChatMessage
- 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 -
Method Summary
Modifier and TypeMethodDescriptiondeserializeResponse
(String answer) Deserialize a json answer to the response type to a methodMethods 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
-
Constructor Details
-
BotApiMethodBoolean
public BotApiMethodBoolean()
-
-
Method Details
-
deserializeResponse
Description copied from class:PartialBotApiMethod
Deserialize a json answer to the response type to a method- Specified by:
deserializeResponse
in classPartialBotApiMethod<Boolean>
- Parameters:
answer
- Json answer received- Returns:
- Answer for the method
- Throws:
TelegramApiRequestException
-