TDLightTelegramBots/telegrambots-extensions
Ruben Bermudez 21472d67cd
Merge pull request #735 from Chase22/fix-command-bot-constructors
Revert: Added deprecated constructor with the old style (e526b9db)
2020-04-26 00:37:59 +01:00
..
src/main/java/org/telegram/telegrambots/extensions/bots Revert: Added deprecated constructor with the old style (e526b9db) 2020-03-05 17:01:06 +01: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"