mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-09 05:47:15 +01:00
Update README.md
This commit is contained in:
parent
1b6bb14ff6
commit
80e70157e0
10
README.md
10
README.md
@ -103,6 +103,16 @@ The `ChatMember` object now has two new fields:
|
|||||||
- `joined_date`: integer, unix timestamp, when has the user joined
|
- `joined_date`: integer, unix timestamp, when has the user joined
|
||||||
- `inviter`: `User`, the inviter
|
- `inviter`: `User`, the inviter
|
||||||
|
|
||||||
|
#### 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
|
||||||
|
|
||||||
|
#### 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
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
<a name="installation"></a>
|
<a name="installation"></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user