From f411737f1c52c42ea12aa1a183190c7911b6cc8d Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 14 Aug 2018 16:25:43 +0300 Subject: [PATCH] Fix documentation. GitOrigin-RevId: 8ece75f9aaad19ecfcdb2cc677a7dfa80326b054 --- td/generate/scheme/td_api.tl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 6f73d799..cedc7f3c 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -1024,8 +1024,8 @@ passportSuitableElement type:PassportElementType is_selfie_required:Bool is_tran passportRequiredElement suitable_elements:vector = PassportRequiredElement; //@description Contains information about a Telegram Passport authorization form that was requested @id Unique identifier of the authorization form -//@required_types Telegram Passport element types that need to be provided to complete the form. If the user has more than one identity document or proof of address document, any one of each can be chosen -//@elements Already available Telegram Passport elements @errors Errors in the elements that is already available @privacy_policy_url URL for the privacy policy of the service; can be empty +//@required_elements Information about Telegram Passport elements that need to be provided to complete the form @elements Already available Telegram Passport elements +//@errors Errors in the elements that is already available @privacy_policy_url URL for the privacy policy of the service; can be empty passportAuthorizationForm id:int32 required_elements:vector elements:vector errors:vector privacy_policy_url:string = PassportAuthorizationForm;