TelegramBots/telegrambots-extensions
rubenlagus d61ade0487 Update 4.6 2020-01-23 23:23:29 +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
README.md Update 4.6 2020-01-23 23:23:29 +00:00
pom.xml Update 4.6 2020-01-23 23:23:29 +00:00

README.md

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.6</version>
    </dependency>
  1. Using Gradle:
    compile "org.telegram:telegrambotsextensions:4.6"