Add Gradle to Usage block

This commit is contained in:
ekiauhce 2021-01-30 10:25:08 +03:00
parent 37171fa94a
commit 9ae03e511f
1 changed files with 6 additions and 0 deletions

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.