jar

org.telegram : telegrambots-extensions

Maven & Gradle

Mar 03, 2024
4.4k stars

Telegram Bots Extensions · Extensions Bots for Telegram Bots library

Table Of Contents

Latest Version

Download org.telegram : telegrambots-extensions JAR file - Latest Versions:

All Versions

Download org.telegram : telegrambots-extensions JAR file - All Versions:

Version Vulnerabilities Size Updated
7.0.x

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 telegrambots-extensions-7.0.0-rc0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.telegram.telegrambots.extensions.bots.commandbot.commands

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.BotCommand.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.CommandRegistry.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.DefaultBotCommand.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.IBotCommand.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.ICommandRegistry.class - [JAR]

org.telegram.telegrambots.extensions.bots.commandbot

├─ org.telegram.telegrambots.extensions.bots.commandbot.CommandBot.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.CommandLongPollingTelegramBot.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.CommandMessage.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.TelegramWebhookCommandBot.class - [JAR]

org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand.HelpCommand.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand.IManCommand.class - [JAR]

├─ org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand.ManCommand.class - [JAR]

Advertisement