Browse Source

Update README.md

master
Ruben Bermudez 11 years ago
parent
commit
e9e52b7482
  1. 2
      README.md

2
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:

Loading…
Cancel
Save