jar

com.annimon : tgbots-module

Maven & Gradle

Feb 16, 2023
12 stars

tgbots-module · Simple Java telegram bots runner built on top of the Telegram Bots library

Table Of Contents

Latest Version

Download com.annimon : tgbots-module JAR file - Latest Versions:

All Versions

Download com.annimon : tgbots-module JAR file - All Versions:

Version Vulnerabilities Size Updated
6.5.x
6.3.x
6.1.x
5.7.x
5.6.x
5.4.x
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tgbots-module-6.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.annimon.tgbotsmodule.commands

├─ com.annimon.tgbotsmodule.commands.CallbackQueryCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.Command.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.CommandBundle.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.CommandRegistry.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.InlineQueryCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.RegexCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.SimpleCallbackQueryCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.SimpleCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.SimpleInlineQueryCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.SimpleRegexCommand.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.TextCommand.class - [JAR]

com.annimon.tgbotsmodule.beans

├─ com.annimon.tgbotsmodule.beans.Config.class - [JAR]

├─ com.annimon.tgbotsmodule.beans.WebHookConfig.class - [JAR]

com.annimon.tgbotsmodule.api.methods.updatingmessages

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.DeleteMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.EditMessageCaptionMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.EditMessageLiveLocationMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.EditMessageMediaMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.EditMessageReplyMarkupMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.EditMessageTextMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updatingmessages.StopMessageLiveLocationMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.games

├─ com.annimon.tgbotsmodule.api.methods.games.GetGameHighScoresMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.games.SetGameScoreMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.administration

├─ com.annimon.tgbotsmodule.api.methods.administration.ApproveChatJoinRequestMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.BanChatMemberMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.BanChatSenderChatMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.CreateChatInviteLinkMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.DeclineChatJoinRequestMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.DeleteChatPhotoMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.DeleteChatStickerSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.EditChatInviteLinkMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.ExportChatInviteLinkMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.PinChatMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.PromoteChatMemberMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.RestrictChatMemberMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.RevokeChatInviteLinkMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.SetChatAdministratorCustomTitleMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.SetChatDescriptionMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.SetChatPermissionsMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.SetChatPhotoMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.SetChatStickerSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.SetChatTitleMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.UnbanChatMemberMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.UnbanChatSenderChatMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.UnpinAllChatMessagesMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.administration.UnpinChatMessageMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods

├─ com.annimon.tgbotsmodule.api.methods.Methods.class - [JAR]

com.annimon.tgbotsmodule.api.methods.stickers

├─ com.annimon.tgbotsmodule.api.methods.stickers.AddAnimatedStickerToSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.AddStickerToSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.AddWebmStickerToSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.CreateNewAnimatedStickerSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.CreateNewStickerSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.CreateNewWebmStickerSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.DeleteStickerFromSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.GetCustomEmojiStickersMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.GetStickerSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.SetStickerPositionInSetMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.SetStickerSetThumbMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.stickers.UploadStickerFileMethod.class - [JAR]

com.annimon.tgbotsmodule

├─ com.annimon.tgbotsmodule.BotHandler.class - [JAR]

├─ com.annimon.tgbotsmodule.BotModule.class - [JAR]

├─ com.annimon.tgbotsmodule.Runner.class - [JAR]

com.annimon.tgbotsmodule.analytics.chatbase

├─ com.annimon.tgbotsmodule.analytics.chatbase.ChatbaseApi.class - [JAR]

├─ com.annimon.tgbotsmodule.analytics.chatbase.ChatbaseEventRegister.class - [JAR]

├─ com.annimon.tgbotsmodule.analytics.chatbase.GenericMessage.class - [JAR]

├─ com.annimon.tgbotsmodule.analytics.chatbase.GenericResponse.class - [JAR]

com.annimon.tgbotsmodule.api.methods.interfaces

├─ com.annimon.tgbotsmodule.api.methods.interfaces.CaptionMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ChatMemberMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ChatMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ChatMessageThreadMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ChatMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.DurationMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.InlineKeyboardMarkupMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.InlineOrChatMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.InputFileMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.LocationMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.MediaMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.Method.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.NotificationMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.PaginableMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ParseModeMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ProtectedContentMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ReplyMarkupSupportedMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.SendableMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.SpoilerMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.TextMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.ThumbMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.TimePeriodMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.UserMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.interfaces.WebPagePreviewMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.updates

├─ com.annimon.tgbotsmodule.api.methods.updates.DeleteWebhookMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updates.GetUpdatesMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.updates.GetWebhookInfoMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.other

├─ com.annimon.tgbotsmodule.api.methods.other.CopyMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.other.ForwardMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.other.LeaveChatMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.other.SendChatActionMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.other.SetPassportDataErrorsMethod.class - [JAR]

com.annimon.tgbotsmodule.exceptions

├─ com.annimon.tgbotsmodule.exceptions.ConfigLoaderException.class - [JAR]

com.annimon.tgbotsmodule.api.methods.info

├─ com.annimon.tgbotsmodule.api.methods.info.DeleteMyCommandsMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetChatAdministratorsMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetChatMemberCountMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetChatMemberMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetChatMenuButtonMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetChatMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetFileMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetMeMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetMyCommandsMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetMyDefaultAdministratorRightsMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.GetUserProfilePhotosMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.SetChatMenuButtonMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.SetMyCommandsMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.info.SetMyDefaultAdministratorRightsMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.answerqueries

├─ com.annimon.tgbotsmodule.api.methods.answerqueries.AnswerCallbackQueryMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.answerqueries.AnswerInlineQueryMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.answerqueries.AnswerPreCheckoutQueryMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.answerqueries.AnswerShippingQueryMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.answerqueries.AnswerWebAppQueryMethod.class - [JAR]

com.annimon.tgbotsmodule.analytics

├─ com.annimon.tgbotsmodule.analytics.Event.class - [JAR]

├─ com.annimon.tgbotsmodule.analytics.EventRegister.class - [JAR]

├─ com.annimon.tgbotsmodule.analytics.UpdateHandler.class - [JAR]

com.annimon.tgbotsmodule.services

├─ com.annimon.tgbotsmodule.services.CommonAbsSender.class - [JAR]

├─ com.annimon.tgbotsmodule.services.ConfigLoaderService.class - [JAR]

├─ com.annimon.tgbotsmodule.services.LocalizationService.class - [JAR]

├─ com.annimon.tgbotsmodule.services.ResourceBundleLocalizationService.class - [JAR]

├─ com.annimon.tgbotsmodule.services.YamlConfigFactory.class - [JAR]

├─ com.annimon.tgbotsmodule.services.YamlConfigLoaderService.class - [JAR]

com.annimon.tgbotsmodule.api.methods.send

├─ com.annimon.tgbotsmodule.api.methods.send.SendAnimationMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendAudioMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendContactMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendDiceMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendDocumentMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendGameMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendLocationMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendMediaGroupMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendMessageMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendPhotoMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendStickerMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendVenueMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendVideoMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendVideoNoteMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.send.SendVoiceMethod.class - [JAR]

com.annimon.tgbotsmodule.commands.authority

├─ com.annimon.tgbotsmodule.commands.authority.Authority.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.authority.For.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.authority.FullAccessAuthority.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.authority.PredefinedAccessAuthority.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.authority.SimpleAuthority.class - [JAR]

com.annimon.tgbotsmodule.commands.context

├─ com.annimon.tgbotsmodule.commands.context.CallbackQueryContext.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.context.Context.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.context.InlineQueryContext.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.context.MessageContext.class - [JAR]

├─ com.annimon.tgbotsmodule.commands.context.RegexMessageContext.class - [JAR]

com.annimon.tgbotsmodule.api.methods.invoices

├─ com.annimon.tgbotsmodule.api.methods.invoices.CreateInvoiceLinkMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.invoices.SendInvoiceMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.forum

├─ com.annimon.tgbotsmodule.api.methods.forum.CloseForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.CloseGeneralForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.CreateForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.DeleteForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.EditForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.EditGeneralForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.GetForumTopicIconStickersMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.HideGeneralForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.ReopenForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.ReopenGeneralForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.UnhideGeneralForumTopicMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.forum.UnpinAllForumTopicMessagesMethod.class - [JAR]

com.annimon.tgbotsmodule.api.methods.polls

├─ com.annimon.tgbotsmodule.api.methods.polls.SendPollMethod.class - [JAR]

├─ com.annimon.tgbotsmodule.api.methods.polls.StopPollMethod.class - [JAR]

Advertisement