Updated README

Added "supergroup" to message.chat examples.  
via https://core.telegram.org/bots/api-changelog#november-2015
This commit is contained in:
Kondra007 2016-01-24 20:51:52 +03:00
parent 02c22c990b
commit 1e7f71029c
1 changed files with 3 additions and 0 deletions

View File

@ -448,6 +448,9 @@ if message.chat.type == “private”:
if message.chat.type == “group”:
# group chat message
if message.chat.type == “supergroup”:
# supergroup chat message
if message.chat.type == “channel”:
# channel message