jar

io.github.gekoramy : telegram-bot

Maven & Gradle

Jan 13, 2018
0 stars

telegram-bot · Library to create Telegram Bots in Java

Table Of Contents

Latest Version

Download io.github.gekoramy : telegram-bot JAR file - Latest Versions:

All Versions

Download io.github.gekoramy : telegram-bot JAR file - All Versions:

Version Vulnerabilities Size Updated
3.5.x
1.3
1.2
1.1
1.0

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 telegram-bot-3.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

bot.model.query

├─ bot.model.query.Query.class - [JAR]

├─ bot.model.query.QueryBuilder.class - [JAR]

├─ bot.model.query.QueryParser.class - [JAR]

├─ bot.model.query.Regex.class - [JAR]

bot

├─ bot.BotHandler.class - [JAR]

├─ bot.CommandRegistry.class - [JAR]

bot.model

├─ bot.model.Command.class - [JAR]

├─ bot.model.UseCaseCommand.class - [JAR]

bot.exception

├─ bot.exception.EmptyKeyboardException.class - [JAR]

├─ bot.exception.NotHandledCommandException.class - [JAR]

├─ bot.exception.TwoCommandException.class - [JAR]

bot.keyboard

├─ bot.keyboard.InlineKeyboardMarkupBuilder.class - [JAR]

├─ bot.keyboard.ReplyKeyboardMarkupBuilder.class - [JAR]

bot.timed

├─ bot.timed.Chats.class - [JAR]

├─ bot.timed.TimedAbsSender.class - [JAR]

├─ bot.timed.TimedDefaultAbsSender.class - [JAR]

├─ bot.timed.TimedTelegramLongPollingBot.class - [JAR]

bot.model.handling

├─ bot.model.handling.HandleCallbackQuery.class - [JAR]

├─ bot.model.handling.HandleInlineQuery.class - [JAR]

Advertisement