ad3dbfdd58
# Conflicts: # telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/bot/AbilityBot.java # telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/objects/EndUser.java # telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/objects/MessageContext.java # telegrambots-spring-boot-starter/src/main/java/org/telegram/telegrambots/starter/TelegramBotStarterConfiguration.java # telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultBotOptions.java |
||
---|---|---|
.. | ||
src/main/java/org/telegram/telegrambots/extensions/bots | ||
pom.xml | ||
README.md |
Telegram Bot Extensions
Extensions to default bots implementation of Telegram Bots library
Usage
Just import add the library to your project with one of these options:
- Using Maven Central Repository:
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambotsextensions</artifactId>
<version>3.6.1</version>
</dependency>
- Using Gradle:
compile "org.telegram:telegrambotsextensions:3.6"