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

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

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