From 995e28e9d88a180373c89eb67218468adec7cabb Mon Sep 17 00:00:00 2001 From: _run Date: Sat, 26 Feb 2022 22:50:55 +0500 Subject: [PATCH] Remove unnecessary thing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 61015af..e2415f0 100644 --- a/README.md +++ b/README.md @@ -769,7 +769,6 @@ See more examples in our [examples](https://github.com/eternnoir/pyTelegramBotAP Telegram Bot API support new type Chat for message.chat. - Check the ```type``` attribute in ```Chat``` object: -- ```python if message.chat.type == "private": # private chat message