Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TDLib schema to the latest layer #1373

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _schema/tdapi.tl
Original file line number Diff line number Diff line change
@@ -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
Loading