1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update README.md

This commit is contained in:
FrankWang 2015-07-17 21:40:33 +08:00
parent dbeec88ddf
commit 766b45e223

View File

@ -237,6 +237,12 @@ while True: # Don't end the main thread.
``` ```
Use whichever mechanism fits your purpose! It is even possible to mix and match. Use whichever mechanism fits your purpose! It is even possible to mix and match.
## Telegram Chat Group
Get help. Discuss. Chat.
Join [pyTelegramBotAPI Chat Group](https://telegram.me/joinchat/067e22c60035523fda8f6025ee87e30b).
## Examples ## Examples
* [Echo Bot](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/echo_bot.py) * [Echo Bot](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/echo_bot.py)