TDLightTelegramBots/telegrambots-extensions
2019-11-19 00:42:17 +00:00
..
src/main/java/org/telegram/telegrambots/extensions/bots Merge pull request #631 from jugendhacker/patch-jugendhacker-1 2019-10-30 23:15:00 +00:00
pom.xml Fix error importing project 2019-11-19 00:42:17 +00:00
README.md Fix error importing project 2019-11-19 00:42:17 +00:00

Telegram Bot Extensions

Maven Central MIT License

Extensions to default bots implementation of Telegram Bots library

Usage

Just import add the library to your project with one of these options:

  1. Using Maven Central Repository:
    <dependency>
        <groupId>org.telegram</groupId>
        <artifactId>telegrambotsextensions</artifactId>
        <version>4.4.0.1</version>
    </dependency>
  1. Using Gradle:
    compile "org.telegram:telegrambotsextensions:4.4.0.1"