Skip to content

Commit

Permalink
Merge pull request #1373 from gotd/feat/update-tdlib-schema
Browse files Browse the repository at this point in the history
Update TDLib schema to the latest layer
  • Loading branch information
ernado committed Apr 29, 2024
2 parents 40b2e02 + 517d3fd commit 82072ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _schema/tdapi.tl
@@ -1,7 +1,7 @@
// Code generated by ./cmd/dltl, DO NOT EDIT.
//
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl
// SHA256: c0bbb8be17f6a2303ceb1ef6e5407a6e529105e4ecb85c1b49e9b441f4160383
// SHA256: 98134ff7102f7b9a5bfbbc5de72332a6fab03916b027e8eb6dc25892a4290676

double#2210c154 ? = Double;

Expand Down Expand Up @@ -92,7 +92,7 @@ emailAddressAuthenticationAppleId#25c94869 token:string = EmailAddressAuthentica
//@token The token
emailAddressAuthenticationGoogleId#fedbe742 token:string = EmailAddressAuthentication;

//@class EmailAddressResetState @description Describes reset state of a email address
//@class EmailAddressResetState @description Describes reset state of an email address

//@description Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user's phone number
//@wait_period Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium
Expand Down

0 comments on commit 82072ba

Please sign in to comment.