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

Merge pull request #110 from Kondra007/patch-4

Updated README
This commit is contained in:
FrankWang 2016-01-25 09:50:18 +08:00
commit 734767177d

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