TDLightTelegramBots/telegrambots-extensions
Ruben Bermudez af9a0e308e
Merge pull request #787 from Borumer/Borumer-lib-1
Add CommandMessage class
2021-02-14 21:56:41 +00:00
..
2020-11-08 16:19:38 +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.0.1</version>
    </dependency>
  1. Using Gradle:
    implementation 'org.telegram:telegrambotsextensions:5.0.1'