From e9e52b74826d50f05c1a3d77e54a15b02f3c32ac Mon Sep 17 00:00:00 2001 From: Ruben Bermudez Date: Thu, 25 Jun 2015 22:08:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e78e905..e2d8f25 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +I recommend using getUpdates methods. Webhooks only works over port 443 and using a certificated that is not self-signed + ## Example bots Open them and send them */help* command to get some information about their capabilities: