TelegramBots/telegrambots-extensions
2020-04-24 09:03:23 +01: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 Update version Api 4.8 2020-04-24 09:03:23 +01:00
README.md Update version Api 4.8 2020-04-24 09:03:23 +01: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.8</version>
    </dependency>
  1. Using Gradle:
    compile "org.telegram:telegrambotsextensions:4.8"