From 4adbc98e391a9a262807d0d1fef42ca7ef2b752e Mon Sep 17 00:00:00 2001 From: Ruben Bermudez Date: Thu, 25 Jun 2015 00:31:13 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4ba3cd9..288822b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ A simple to use library to create Telegram Bots in Java (Still Beta Version) ## Webhooks vs GetUpdates Both ways are supported (but I still didn't tested webhooks). To change between them, just go to ´BuildVars.java´ and change variable ´useWebHook´value. +## Example bots +Open them and send them /help command to get some information about their capabilities: + +https://telegram.me/weatherbot + +https://telegram.me/directionsbot + +https://telegram.me/filesbot + +https://telegram.me/TGlanguagesbot + ## Telegram Bot API This library use [Telegram bot API](https://core.telegram.org/bots), you can find more information following the link.