deploy: 6f622ccfd55b400405e03e6768c4ad140c40f102

This commit is contained in:
giuseppeM99 2025-01-09 20:00:42 +00:00
parent 6c71d42efa
commit 8e537f589d

View File

@ -9213,6 +9213,9 @@ components:
is_scam:
description: '*Optional*. Is the user reported for scam, clients show a warning to the user.'
type: boolean
is_fake:
description: '*Optional*. Is the user marked as fake by Telegram.'
type: boolean
required:
- id
- is_bot
@ -9281,6 +9284,9 @@ components:
is_scam:
description: '*Optional*. Is the chat reported for scam, clients show a warning to the user.'
type: boolean
is_fake:
description: '*Optional*. Is the chat marked as fake by Telegram.'
type: boolean
distance:
description: '*Optional*. Distance to the chat location in meters. Returned only in `getChatsNearby`.'
type: integer