diff --git a/data/web/corefork.telegram.org/api/account-deletion.html b/data/web/corefork.telegram.org/api/account-deletion.html index 1318dc8abb..4e612b6aad 100644 --- a/data/web/corefork.telegram.org/api/account-deletion.html +++ b/data/web/corefork.telegram.org/api/account-deletion.html @@ -52,8 +52,8 @@ If the account has a 2FA password and it is provided to account.deleteAccount:password, calling this method will immediately delete the Telegram account.

If the account has a 2FA password but the user doesn't remember it, password reset may be requested first », or otherwise, the password field may simply be left empty.

In this case, if the account's 2FA password was modified more than 7 days ago and was active in the last 7 days, account deletion will be delayed for 7 days. -Otherwise, the account will be immediately deleted.

-

A service message will be sent to the user, containing a phone number confirmation link ».

+Otherwise, the account will be immediately deleted.
+In the first case, a service message will be sent to the user, containing a phone number confirmation link ».

When such a link is clicked, account.sendConfirmPhoneCode must be called with the specified hash, using the account with the specified phone number. This will send a phone number verification code to the phone number associated with the account. The phone code settings are the same as for the login code, and auth.cancelCode with auth.resendCode can be used as well, to resend or cancel the phone code as for the login code.

diff --git a/data/web/corefork.telegram.org/api/config.html b/data/web/corefork.telegram.org/api/config.html index 81448f1e42..7d89a15be3 100644 --- a/data/web/corefork.telegram.org/api/config.html +++ b/data/web/corefork.telegram.org/api/config.html @@ -266,7 +266,7 @@ While help.getConfig returns MTProto-specif

gif_search_branding

Specifies the name of the service providing GIF search through gif_search_username (string)

gif_search_emojies

-

Specifies a list of emojies that should be suggested as search term in a bar above the GIF search box (array of string emojis)

+

Specifies a list of emojis that should be suggested as search term in a bar above the GIF search box (array of string emojis)

stickers_emoji_suggest_only_api

Specifies that the app should not display local sticker suggestions » for emojis at all and just use the result of messages.getStickers (bool)

stickers_emoji_cache_time

@@ -360,7 +360,7 @@ While help.getConfig returns MTProto-specif

about_length_limit_premium

The maximum UTF-8 length of bios of Premium users (integer)

premium_promo_order

-

Array of string identifiers, indicating the order of Telegram Premium features in the Telegram Premimum promotion popup, see here for the possible values »

+

Array of string identifiers, indicating the order of Telegram Premium features in the Telegram Premium promotion popup, see here for the possible values »

premium_bot_username

Contains the username of the official Telegram Premium bot that may be used to buy a Telegram Premium subscription, see here for detailed instructions » (string)

premium_invoice_slug

diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 7017c4f791..ac8a50e9b3 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -139,7 +139,7 @@ Also, discussion group admins can now payments.assignAppStoreTransaction - Informs server about a purchase made through the App Store: for official applications only.
  • Added payments.assignPlayMarketTransaction - Informs server about a purchase made through the Play Store: for official applications only.
  • Added payments.canPurchasePremium - Checks whether Telegram Premium purchase is possible. Must be called before in-store Premium purchase, official apps only.
  • -
  • Added help.getPremiumPromo - Get Telegram Premim promotion information
  • +
  • Added help.getPremiumPromo - Get Telegram Premium promotion information
  • Changed Methods