Add Gradle to Usage block

This commit is contained in:
ekiauhce 2021-01-30 10:25:08 +03:00
parent 37171fa94a
commit 9ae03e511f

View File

@ -19,6 +19,12 @@ Usage
</dependency>
```
**Gradle**
```gradle
implementation 'org.telegram:telegrambots-chat-session-bot:5.0.1'
```
Motivation
----------
Implementation of bot dialogs require saving some data about current state of conversation.