Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8ece75f9aaad19ecfcdb2cc677a7dfa80326b054
  • Loading branch information
levlam committed Aug 14, 2018
1 parent 712d6be commit f411737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,8 @@ passportSuitableElement type:PassportElementType is_selfie_required:Bool is_tran
passportRequiredElement suitable_elements:vector<passportSuitableElement> = 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<passportRequiredElement> elements:vector<PassportElement> errors:vector<passportElementError> privacy_policy_url:string = PassportAuthorizationForm;


Expand Down

0 comments on commit f411737

Please sign in to comment.