Class BotApiMethod<T extends Serializable>
Object
PartialBotApiMethod<T>
BotApiMethod<T>
- All Implemented Interfaces:
Validable
- Direct Known Subclasses:
AnswerWebAppQuery,BotApiMethodBoolean,BotApiMethodMessage,BotApiMethodSerializable,CopyMessage,CopyMessages,CreateChatInviteLink,CreateForumTopic,CreateInvoiceLink,EditChatInviteLink,ExportChatInviteLink,ForwardMessages,GetBusinessConnection,GetChat,GetChatAdministrators,GetChatMember,GetChatMemberCount,GetChatMenuButton,GetCustomEmojiStickers,GetFile,GetForumTopicIconStickers,GetGameHighScores,GetMe,GetMyCommands,GetMyDefaultAdministratorRights,GetMyDescription,GetMyName,GetMyShortDescription,GetStarTransactions,GetStickerSet,GetUpdates,GetUserChatBoosts,GetUserProfilePhotos,GetWebhookInfo,RevokeChatInviteLink,StopPoll
- Version:
- 1.0 A method of Telegram Bots Api that is fully supported in json format
- Author:
- Ruben Bermudez
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBotApiMethod.BotApiMethodBuilder<T extends Serializable,C extends BotApiMethod<T>, B extends BotApiMethod.BotApiMethodBuilder<T, C, B>> Nested classes/interfaces inherited from class PartialBotApiMethod
PartialBotApiMethod.PartialBotApiMethodBuilder<T extends Serializable,C extends PartialBotApiMethod<T>, B extends PartialBotApiMethod.PartialBotApiMethodBuilder<T, C, B>> -
Field Summary
FieldsFields inherited from class PartialBotApiMethod
OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PartialBotApiMethod
deserializeResponse, deserializeResponse, deserializeResponseArray, deserializeResponseSerializable, getMethod
-
Field Details
-
METHOD_FIELD
- See Also:
-
-
Constructor Details
-
BotApiMethod
public BotApiMethod()
-