From accf8b057ec2b3f5454eed447fc4cb46382612e9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 25 Apr 2023 18:44:50 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/api/auth.html | 11 ++++++++--- data/web/corefork.telegram.org/api/bots/webapps.html | 2 +- data/web/corefork.telegram.org/api/folders.html | 2 +- data/web/corefork.telegram.org/api/layers.html | 6 ++++-- data/web/corefork.telegram.org/api/payments.html | 2 +- data/web/corefork.telegram.org/api/reactions.html | 2 +- data/web/corefork.telegram.org/api/threads.html | 2 +- .../web/corefork.telegram.org/bots/api-changelog.html | 2 +- data/web/corefork.telegram.org/bots/api.html | 2 +- .../constructor/codeSettings.html | 4 ++-- .../constructor/updateReadChannelDiscussionInbox.html | 2 +- .../corefork.telegram.org/constructor/userFull.html | 2 +- .../corefork.telegram.org/passport/encryption.html | 2 +- 13 files changed, 24 insertions(+), 17 deletions(-) diff --git a/data/web/corefork.telegram.org/api/auth.html b/data/web/corefork.telegram.org/api/auth.html index 19f5bb1f27..5705f0e1a4 100644 --- a/data/web/corefork.telegram.org/api/auth.html +++ b/data/web/corefork.telegram.org/api/auth.html @@ -124,10 +124,15 @@ See here » for more info on the verification
  • auth.sentCodeTypeEmailCode: the code was sent to the configured login email.
  • auth.sentCodeTypeFragmentSms: the code was sent via fragment.com: open the specified url to log into the Fragment platform with your wallet and view the code.
  • auth.sentCodeTypeApp: the code was sent as a Telegram service notification to all other logged-in sessions.
  • -
  • auth.sentCodeTypeFirebaseSms: only for official apps, only used if the codeSettings.allow_firebase flag is set.