From 56875f3aa041421ee9e625789e170dfc566143ea Mon Sep 17 00:00:00 2001 From: Jannik <32801117+code1mountain@users.noreply.github.com> Date: Wed, 18 Nov 2020 16:13:04 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17ea624..150cde1 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,13 @@ The `ChatMember` object now has two new fields: #### Object `Chat` The `Chat` object now has two new fields: -- `is_verified`: bool, default false. Is the chat verified by Telegram, clients show a verified batch -- `is_scam`: bool, default false. Is the chat reported for scam, clients show a warning to the user +- `is_verified`: bool, optional, default false. Is the chat verified by Telegram, clients show a verified batch +- `is_scam`: bool, optional, default false. Is the chat reported for scam, clients show a warning to the user #### Object `User` The `User` object now has two new fields: -- `is_verified`: bool, default false. Is the user verified by Telegram, clients show a verified batch -- `is_scam`: bool, default false. Is the user reported for scam, clients show a warning to the user +- `is_verified`: bool, optional, default false. Is the user verified by Telegram, clients show a verified batch +- `is_scam`: bool, optional, default false. Is the user reported for scam, clients show a warning to the user In addition, the member list now shows the full bot list (previously only the bot that executed the query was shown)