From b70b23509b9067cc86fd33892b6cbf6c1d7c1500 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 18 Jun 2020 21:07:40 +0300 Subject: [PATCH] Improve updateUsersNearby description. GitOrigin-RevId: 92538b51a8f8d6c2a01c62a81589348838200253 --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 7ba8aa8bf..cef60fd0d 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -3124,7 +3124,7 @@ updateConnectionState state:ConnectionState = Update; //@description New terms of service must be accepted by the user. If the terms of service are declined, then the deleteAccount method should be called with the reason "Decline ToS update" @terms_of_service_id Identifier of the terms of service @terms_of_service The new terms of service updateTermsOfService terms_of_service_id:string terms_of_service:termsOfService = Update; -//@description The list of users nearby has changed. The update is sent only 60 seconds after a successful searchChatsNearby request @users_nearby The new list of users nearby +//@description The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request @users_nearby The new list of users nearby updateUsersNearby users_nearby:vector = Update; //@description The list of supported dice emojis has changed @emojis The new list of supported dice emojis