TelegramBots/telegrambots-extensions
Andrea Cavalli 6ea5b8c540 Merge commit 'b03fe98798192840402168e6e422d1b4cee48279'
Conflicts:
	pom.xml
	telegrambots-spring-boot-starter/pom.xml
	telegrambots/pom.xml
	telegrambots/src/main/java/org/telegram/telegrambots/updatesreceivers/DefaultWebhook.java
2020-11-11 15:40:29 +01:00
..
src Fix #795 2020-11-04 01:23:37 +00:00
README.md Updage 5.0.1 2020-11-08 16:19:38 +00:00
pom.xml Merge commit 'b03fe98798192840402168e6e422d1b4cee48279' 2020-11-11 15:40:29 +01:00

README.md

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:
    compile "org.telegram:telegrambotsextensions:5.0.1"