From 0f0e5de3f2f58d3e943e91798b96bd82d0d5fb48 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 12 Jun 2018 17:59:14 +0300 Subject: [PATCH] Update updateTermsOfService documentation. GitOrigin-RevId: 38f0a10464aaf9917dc383b26d9d30759197e1c8 --- 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 0f5fa54a..7788f08a 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -2180,7 +2180,7 @@ updateSavedAnimations animation_ids:vector = Update; //@description The connection state has changed @state The new connection state updateConnectionState state:ConnectionState = Update; -//@description A new terms of service should be accepted by the user @terms_of_service_id Terms of service identifier @terms_of_service The new terms of service +//@description A new terms of service should be accepted by the user. If the terms of service are declined, then deleteAccount method should be called with "Decline ToS update" reason @terms_of_service_id Terms of service identifier @terms_of_service The new terms of service updateTermsOfService terms_of_service_id:string terms_of_service:termsOfService = Update; //@description A new incoming inline query; for bots only @id Unique query identifier @sender_user_id Identifier of the user who sent the query @user_location User location, provided by the client; may be null @query Text of the query @offset Offset of the first entry to return