From d0d20a4619ec77a06defac90c9fb2d61815efa61 Mon Sep 17 00:00:00 2001
From: GitHub Action Example value: qr_login_code
- Whether the login screen should show a QR code login option, possibly as default login method (string, "disabled", "primary" or "secondary")dialog_filters_enabled
- Whether clients should show an option for managing dialog filters AKA folders (boolean)dialog_filters_tooltip
- Whether clients should actively show a tooltip, inviting the user to configure dialog filters AKA folders; typically this happens when the chat list is long enough to start getting cluttered. (boolean)autoarchive_setting_available
- Whether clients can invoke account.setGlobalPrivacySettings with globalPrivacySettings.archive_and_mute_new_noncontact_peers = boolTrue
, to automatically archive and mute new incoming chats from non-contacts. (boolean)pending_suggestions
- Contains a list of suggestions that should be actively shown as a tooltip to the user. Array of strings, possible values show below:
+
+"AUTOARCHIVE_POPULAR"
- Users should invoke account.setGlobalPrivacySettings with globalPrivacySettings.archive_and_mute_new_noncontact_peers = boolTrue
, to automatically archive and mute new incoming chats from non-contacts."VALIDATE_PASSWORD"
- Users should make sure they still remember their 2-step verification password."VALIDATE_PHONE_NUMBER"
- Users should check whether their authorization phone number is correct and change the phone number if it is inaccessible."NEWCOMER_TICKS"
- Show the user a hint about the meaning of one and two ticks on sent messages.{
@@ -183,14 +191,16 @@ While help.getConfig returns MTProto-specif
"stickers_emoji_suggest_only_api": false,
"stickers_emoji_cache_time": 86400,
"groupcall_video_participants_max": 1000,
- "youtube_pip": "inapp",
"qr_login_camera": false,
"qr_login_code": "disabled",
"dialog_filters_enabled": true,
"dialog_filters_tooltip": false,
"autoarchive_setting_available": false,
"pending_suggestions": [
- "VALIDATE_PHONE_NUMBER"
+ "AUTOARCHIVE_POPULAR",
+ "VALIDATE_PASSWORD",
+ "VALIDATE_PHONE_NUMBER",
+ "NEWCOMER_TICKS"
],
"autologin_token": "yPsoJyg7wwd1xOC7GJchrRjcH8S-vnyc-NgdjPbnNy5hYb6CFgAAAABGkwcvAKSBUUgM3V0NdMeDpfmRzGyqTigcHSU0zwly2_EAJ9YN",
"autologin_domains": [
diff --git a/data/corefork.telegram.org/api/srp.html b/data/corefork.telegram.org/api/srp.html
index 4e99f20f61..42ed2822dc 100644
--- a/data/corefork.telegram.org/api/srp.html
+++ b/data/corefork.telegram.org/api/srp.html
@@ -210,7 +210,8 @@ Use account.resendPasswordEmailaccount.cancelPasswordEmail to cancel the verification code.
To get the current recovery email, use account.getPasswordSettings.
In order to recover a forgotten 2FA password, an email must be sent to the previously specified address using the auth.requestPasswordRecovery method. +
In order to recover a forgotten 2FA password, an email must be sent to the previously specified address using the auth.requestPasswordRecovery method.
+Use auth.checkRecoveryPassword to make sure that the user provided a valid code.
Then use auth.recoverPassword with the received code to delete the current 2FA password, to set a new one follow these instructions.
bg_color
- Background color text_color
- Text color hint_color
- Hint text color link_color
- Link color button_color
- Button color button_text_color
- Button text color