@@ -187,7 +187,7 @@ peerNotifySettings#af509d20 flags:# show_previews:flags.0?Bool silent:flags.1?Bo
187187
188188peerSettings#818426cd flags:# report_spam:flags.0? true = PeerSettings ;
189189
190- wallPaper#f04f91ec id:long flags:# creator:flags.0? true default:flags.1? true access_hash:long slug:string document:Document = WallPaper ;
190+ wallPaper#a437c3ed id:long flags:# creator:flags.0? true default:flags.1? true pattern:flags.3 ? true dark:flags.4 ? true access_hash:long slug:string document:Document settings:flags.2 ? WallPaperSettings = WallPaper ;
191191
192192inputReportReasonSpam#58dbcab8 = ReportReason ;
193193inputReportReasonViolence#1e22c78d = ReportReason ;
@@ -981,6 +981,10 @@ inputWallPaperSlug#72091c80 slug:string = InputWallPaper;
981981account.wallPapersNotModified#1c199183 = account .WallPapers ;
982982account.wallPapers#702b65a9 hash:int wallpapers:Vector<WallPaper > = account .WallPapers ;
983983
984+ codeSettings#302f59f3 flags:# allow_flashcall:flags.0? true current_number:flags.1? true app_hash_persistent:flags.2? true app_hash:flags.3? string = CodeSettings ;
985+
986+ wallPaperSettings#a12f40b8 flags:# blur:flags.1? true motion:flags.2? true background_color:flags.0? int intensity:flags.3? int = WallPaperSettings ;
987+
984988---functions ---
985989
986990invokeAfterMsg#cb9f372d {X:Type} msg_id:long query :!X = X ;
@@ -991,7 +995,7 @@ invokeWithoutUpdates#bf9459b7 {X:Type} query:!X = X;
991995invokeWithMessagesRange#365275f2 {X:Type} range:MessageRange query :!X = X ;
992996invokeWithTakeout#aca9fd2e {X:Type} takeout_id:long query :!X = X ;
993997
994- auth.sendCode#86aef0ec flags:# allow_flashcall:flags.0 ? true phone_number:string current_number:flags.0 ? Bool api_id:int api_hash:string = auth .SentCode ;
998+ auth.sendCode#a677244f phone_number:string api_id:int api_hash:string settings:CodeSettings = auth .SentCode ;
995999auth.signUp#1b067634 phone_number:string phone_code_hash:string phone_code:string first_name:string last_name:string = auth .Authorization ;
9961000auth.signIn#bcd51581 phone_number:string phone_code_hash:string phone_code:string = auth .Authorization ;
9971001auth.logOut#5717da40 = Bool ;
@@ -1023,15 +1027,15 @@ account.setPrivacy#c9f81ce8 key:InputPrivacyKey rules:Vector<InputPrivacyRule> =
10231027account.deleteAccount#418d4e0b reason:string = Bool ;
10241028account.getAccountTTL#8fc711d = AccountDaysTTL ;
10251029account.setAccountTTL#2442485e ttl:AccountDaysTTL = Bool ;
1026- account.sendChangePhoneCode#8e57deb flags:# allow_flashcall:flags.0 ? true phone_number:string current_number:flags.0 ? Bool = auth .SentCode ;
1030+ account.sendChangePhoneCode#82574ae5 phone_number:string settings:CodeSettings = auth .SentCode ;
10271031account.changePhone#70c32edb phone_number:string phone_code_hash:string phone_code:string = User ;
10281032account.updateDeviceLocked#38df3532 period:int = Bool ;
10291033account.getAuthorizations#e320c158 = account .Authorizations ;
10301034account.resetAuthorization#df77f3bc hash:long = Bool ;
10311035account.getPassword#548a30f5 = account .Password ;
10321036account.getPasswordSettings#9cd4eaf9 password:InputCheckPasswordSRP = account .PasswordSettings ;
10331037account.updatePasswordSettings#a59b102f password:InputCheckPasswordSRP new_settings:account.PasswordInputSettings = Bool ;
1034- account.sendConfirmPhoneCode#1516d7bd flags:# allow_flashcall:flags.0 ? true hash:string current_number:flags.0 ? Bool = auth .SentCode ;
1038+ account.sendConfirmPhoneCode#1b3faa88 hash:string settings:CodeSettings = auth .SentCode ;
10351039account.confirmPhone#5f2178c3 phone_code_hash:string phone_code:string = Bool ;
10361040account.getTmpPassword#449e0b51 password:InputCheckPasswordSRP period:int = account .TmpPassword ;
10371041account.getWebAuthorizations#182e6d6f = account .WebAuthorizations ;
@@ -1043,7 +1047,7 @@ account.saveSecureValue#899fe31d value:InputSecureValue secure_secret_id:long =
10431047account.deleteSecureValue#b880bc4b types:Vector<SecureValueType > = Bool ;
10441048account.getAuthorizationForm#b86ba8e1 bot_id:int scope:string public_key:string = account .AuthorizationForm ;
10451049account.acceptAuthorization#e7027c94 bot_id:int scope:string public_key:string value_hashes:Vector<SecureValueHash > credentials:SecureCredentialsEncrypted = Bool ;
1046- account.sendVerifyPhoneCode#823380b4 flags:# allow_flashcall:flags.0 ? true phone_number:string current_number:flags.0 ? Bool = auth .SentCode ;
1050+ account.sendVerifyPhoneCode#a5a356f9 phone_number:string settings:CodeSettings = auth .SentCode ;
10471051account.verifyPhone#4dd3a7f6 phone_number:string phone_code_hash:string phone_code:string = Bool ;
10481052account.sendVerifyEmailCode#7011509f email:string = account .SentEmailCode ;
10491053account.verifyEmail#ecba39db email:string code:string = Bool ;
@@ -1055,10 +1059,11 @@ account.cancelPasswordEmail#c1cbd5b6 = Bool;
10551059account.getContactSignUpNotification#9f07c728 = Bool ;
10561060account.setContactSignUpNotification#cff43f61 silent:Bool = Bool ;
10571061account.getNotifyExceptions#53577479 flags:# compare_sound:flags.1? true peer:flags.0? InputNotifyPeer = Updates ;
1058- account.uploadWallPaper#c7ba9b4d file:InputFile mime_type:string = WallPaper ;
10591062account.getWallPaper#fc8ddbea wallpaper:InputWallPaper = WallPaper ;
1060- account.saveWallPaper#189581b3 wallpaper:InputWallPaper unsave:Bool = Bool ;
1061- account.installWallPaper#4a0378ce wallpaper:InputWallPaper = Bool ;
1063+ account.uploadWallPaper#dd853661 file:InputFile mime_type:string settings:WallPaperSettings = WallPaper ;
1064+ account.saveWallPaper#6c5a5b37 wallpaper:InputWallPaper unsave:Bool settings:WallPaperSettings = Bool ;
1065+ account.installWallPaper#feed5769 wallpaper:InputWallPaper settings:WallPaperSettings = Bool ;
1066+ account.resetWallPapers#bb3b9804 = Bool ;
10621067
10631068users.getUsers#d91a548 id:Vector<InputUser > = Vector <User >;
10641069users.getFullUser#ca30a5b1 id:InputUser = UserFull ;
@@ -1287,4 +1292,4 @@ langpack.getDifference#9d51e814 lang_code:string from_version:int = LangPackDiff
12871292langpack.getLanguages#42c6978f lang_pack:string = Vector <LangPackLanguage >;
12881293langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLanguage ;
12891294
1290- // LAYER 93
1295+ // LAYER 95
0 commit comments