Class BotApiMethod<T extends Serializable>
java.lang.Object
org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod<T>
org.telegram.telegrambots.meta.api.methods.BotApiMethod<T>
- All Implemented Interfaces:
Validable
- Direct Known Subclasses:
AnswerWebAppQuery,BotApiMethodBoolean,BotApiMethodMessage,BotApiMethodSerializable,CopyMessage,CreateChatInviteLink,CreateForumTopic,CreateInvoiceLink,EditChatInviteLink,ExportChatInviteLink,GetChat,GetChatAdministrators,GetChatMember,GetChatMemberCount,GetChatMenuButton,GetCustomEmojiStickers,GetFile,GetForumTopicIconStickers,GetGameHighScores,GetMe,GetMyCommands,GetMyDefaultAdministratorRights,GetMyDescription,GetMyShortDescription,GetStickerSet,GetUpdates,GetUserProfilePhotos,GetWebhookInfo,RevokeChatInviteLink,StopPoll
- Version:
- 1.0 A method of Telegram Bots Api that is fully supported in json format
- Author:
- Ruben Bermudez
-
Field Summary
FieldsFields inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
deserializeResponse, deserializeResponse, deserializeResponseArray, deserializeResponseSerializable, getMethod
-
Field Details
-
METHOD_FIELD
- See Also:
-
-
Constructor Details
-
BotApiMethod
public BotApiMethod()
-