TDLightTelegramBots/telegrambots-extensions
Lukas Prediger cc0e0c9771 Revert: Added deprecated constructor with the old style (e526b9db)
This commit causes a bug if using the normal constructors without
overriding getBotUsername and since it's no longer abstract it doesn't force you to implement the method,
even though it is needed in any case aside from the deprecated one
2020-03-05 17:01:06 +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 4.6 2020-01-23 23:23:29 +00:00
README.md Update 4.6 2020-01-23 23:23:29 +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.6</version>
    </dependency>
  1. Using Gradle:
    compile "org.telegram:telegrambotsextensions:4.6"