Update version 2.3.3.7

This commit is contained in:
Rubenlagus 2016-08-07 14:34:27 +02:00
parent b039558c21
commit 5db0516516
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Both ways are supported, but I recommend long polling method.
## Usage
Just import add the library to your project using [Maven, Gradle, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.3.3.6) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.3.3.6)
Just import add the library to your project using [Maven, Gradle, ...](https://jitpack.io/#rubenlagus/TelegramBots/v2.3.3.7) or download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v2.3.3.7)
In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`.
@ -46,6 +46,8 @@ Once done, you just need to create a `org.telegram.telegrambots.TelegramBotsApi`
```
For detailed explanation, visite our [How To](HOWTO.md) (thanks Clevero)
## Example bots
Open them and send them */help* command to get some information about their capabilities:

View File

@ -6,7 +6,7 @@
<packaging>jar</packaging>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>2.3.3.6</version>
<version>2.3.3.7</version>
<name>Telegram Bots</name>
<url>https://telegram.me/JavaBotsApi</url>