From 9ae03e511fbfa229a5a4d8dcfe3c8cfe8663c036 Mon Sep 17 00:00:00 2001 From: ekiauhce Date: Sat, 30 Jan 2021 10:25:08 +0300 Subject: [PATCH] Add Gradle to Usage block --- telegrambots-chat-session-bot/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/telegrambots-chat-session-bot/README.md b/telegrambots-chat-session-bot/README.md index 99446945..90071394 100644 --- a/telegrambots-chat-session-bot/README.md +++ b/telegrambots-chat-session-bot/README.md @@ -19,6 +19,12 @@ Usage ``` +**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.