We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cefe3 commit efd5468Copy full SHA for efd5468
README.md
@@ -1,19 +1,19 @@
1
## Java API for [Telegram Bots][1]
2
3
-Full support of all Bot API 2.0 functions
+Full support of all Bot API 2.1 functions
4
5
Download
6
-------
7
Gradle:
8
```groovy
9
-compile 'com.github.pengrad:java-telegram-bot-api:2.0.1'
+compile 'com.github.pengrad:java-telegram-bot-api:2.1.0'
10
```
11
Maven:
12
```xml
13
<dependency>
14
<groupId>com.github.pengrad</groupId>
15
<artifactId>java-telegram-bot-api</artifactId>
16
- <version>2.0.1</version>
+ <version>2.1.0</version>
17
</dependency>
18
19
JAR-files:
0 commit comments