Update README.md

This commit is contained in:
Jannik 2020-11-18 16:13:04 +01:00 committed by GitHub
parent 80e70157e0
commit 56875f3aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -105,13 +105,13 @@ The `ChatMember` object now has two new fields:
#### Object `Chat` #### Object `Chat`
The `Chat` object now has two new fields: 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_verified`: bool, optional, 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_scam`: bool, optional, default false. Is the chat reported for scam, clients show a warning to the user
#### Object `User` #### Object `User`
The `User` object now has two new fields: 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_verified`: bool, optional, 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_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) In addition, the member list now shows the full bot list (previously only the bot that executed the query was shown)