TDLightTelegramBots/telegrambots-extensions
2022-02-10 12:07:22 +05:00
..
src Add default behaviour for some methods in CommandBot interface 2022-02-10 12:07:22 +05:00
pom.xml Api Version 5.7 2022-02-01 23:00:54 +00:00
README.md Api Version 5.7 2022-02-01 23:00:54 +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>5.7.1</version>
    </dependency>
  1. Using Gradle:
    implementation 'org.telegram:telegrambotsextensions:5.7.1'