Interface Validable
- All Known Subinterfaces:
BotCommandScope,InlineQueryResult,InputMessageContent,PassportElementError,ReplyKeyboard
- All Known Implementing Classes:
AddStickerToSet,AnswerCallbackQuery,AnswerInlineQuery,AnswerPreCheckoutQuery,AnswerShippingQuery,AnswerWebAppQuery,ApproveChatJoinRequest,BanChatMember,BanChatSenderChat,BotApiMethod,BotApiMethodBoolean,BotApiMethodMessage,BotApiMethodSerializable,BotCommand,BotCommandScopeAllChatAdministrators,BotCommandScopeAllGroupChats,BotCommandScopeAllPrivateChats,BotCommandScopeChat,BotCommandScopeChatAdministrators,BotCommandScopeChatMember,BotCommandScopeDefault,ChatAdministratorRights,Close,CloseForumTopic,CloseGeneralForumTopic,CopyMessage,CreateChatInviteLink,CreateForumTopic,CreateInvoiceLink,CreateNewStickerSet,DeclineChatJoinRequest,DeleteChatPhoto,DeleteChatStickerSet,DeleteForumTopic,DeleteMessage,DeleteMyCommands,DeleteStickerFromSet,DeleteWebhook,EditChatInviteLink,EditForumTopic,EditGeneralForumTopic,EditMessageCaption,EditMessageLiveLocation,EditMessageMedia,EditMessageReplyMarkup,EditMessageText,ExportChatInviteLink,ForceReplyKeyboard,ForwardMessage,GetChat,GetChatAdministrators,GetChatMember,GetChatMemberCount,GetChatMenuButton,GetCustomEmojiStickers,GetFile,GetForumTopicIconStickers,GetGameHighScores,GetMe,GetMyCommands,GetMyDefaultAdministratorRights,GetMyDescription,GetMyShortDescription,GetStickerSet,GetUpdates,GetUserProfilePhotos,GetWebhookInfo,HideGeneralForumTopic,InlineKeyboardButton,InlineKeyboardMarkup,InlineQueryResultArticle,InlineQueryResultAudio,InlineQueryResultCachedAudio,InlineQueryResultCachedDocument,InlineQueryResultCachedGif,InlineQueryResultCachedMpeg4Gif,InlineQueryResultCachedPhoto,InlineQueryResultCachedSticker,InlineQueryResultCachedVideo,InlineQueryResultCachedVoice,InlineQueryResultContact,InlineQueryResultDocument,InlineQueryResultGame,InlineQueryResultGif,InlineQueryResultLocation,InlineQueryResultMpeg4Gif,InlineQueryResultPhoto,InlineQueryResultVenue,InlineQueryResultVideo,InlineQueryResultVoice,InputContactMessageContent,InputFile,InputInvoiceMessageContent,InputLocationMessageContent,InputMedia,InputMediaAnimation,InputMediaAudio,InputMediaDocument,InputMediaPhoto,InputMediaVideo,InputSticker,InputTextMessageContent,InputVenueMessageContent,KeyboardButton,KeyboardButtonPollType,KeyboardButtonRequestChat,KeyboardButtonRequestUser,KeyboardRow,LabeledPrice,LeaveChat,LoginUrl,LogOut,MaskPosition,MenuButton,MenuButtonCommands,MenuButtonDefault,MenuButtonWebApp,PartialBotApiMethod,PassportElementErrorDataField,PassportElementErrorFile,PassportElementErrorFiles,PassportElementErrorFrontSide,PassportElementErrorReverseSide,PassportElementErrorSelfie,PassportElementErrorTranslationFile,PassportElementErrorTranslationFiles,PassportElementErrorUnspecified,PinChatMessage,PromoteChatMember,ReopenForumTopic,ReopenGeneralForumTopic,ReplyKeyboardMarkup,ReplyKeyboardRemove,RestrictChatMember,RevokeChatInviteLink,SendAnimation,SendAudio,SendChatAction,SendContact,SendDice,SendDocument,SendGame,SendInvoice,SendInvoice,SendLocation,SendMediaBotMethod,SendMediaGroup,SendMessage,SendPhoto,SendPoll,SendSticker,SendVenue,SendVideo,SendVideoNote,SendVoice,SetChatAdministratorCustomTitle,SetChatDescription,SetChatMenuButton,SetChatPermissions,SetChatPhoto,SetChatStickerSet,SetChatTitle,SetCustomEmojiStickerSetThumbnail,SetGameScore,SetMyCommands,SetMyDefaultAdministratorRights,SetMyDescription,SetMyShortDescription,SetPassportDataErrors,SetStickerPositionInSet,SetStickerSetThumb,SetWebhook,ShippingOption,StopMessageLiveLocation,StopPoll,UnbanChatMember,UnbanChatSenderChat,UnhideGeneralForumTopic,UnpinAllChatMessages,UnpinAllForumTopicMessages,UnpinChatMessage,UploadStickerFile,WebAppInfo
public interface Validable
- Version:
- 1.0
- Author:
- Ruben Bermudez
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvalidate()Validates that mandatory fields are filled and optional objects
-
Method Details
-
validate
Validates that mandatory fields are filled and optional objects- Throws:
TelegramApiValidationException- If any mandatory field is empty
-