diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index df0b3c0270..9637cf5733 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -102,7 +102,7 @@
  • Added messages.reactionsNotModified - The server-side list of message reactions hasn't changed
  • Added messages.reactions - List of message reactions
  • Added updateRecentReactions - The list of recent message reactions has changed
  • -
  • Added updateMoveStickerSetToTop -
  • +
  • Added updateMoveStickerSetToTop - A stickerset was just moved to top, see here for more info »
  • Added auth.sentCodeTypeEmailCode - The code was sent via the previously configured login email »
  • Added auth.sentCodeTypeSetUpEmailRequired - The user should add and verify an email address in order to login as described here ».
  • Added emailVerifyPurposeLoginSetup - Email verification purpose: setup login email
  • @@ -171,7 +171,7 @@ emailVerificationApple#96d074fd token:string = EmailVerification;
    account.emailVerified#2b96cd1b email:string = account.EmailVerified; account.emailVerifiedLogin#e1bb0d61 email:string sent_code:auth.SentCode = account.EmailVerified;
    -premiumSubscriptionOption#b6f11ebe flags:# current:flags.1?true can_purchase_upgrade:flags.2?true months:int currency:string amount:long bot_url:string store_product:flags.0?string = PremiumSubscriptionOption;
    +premiumSubscriptionOption#b6f11ebe flags:# months:int currency:string amount:long bot_url:string store_product:flags.0?string = PremiumSubscriptionOption;
    inputStickerSetEmojiGenericAnimations#04c4d4ce = InputStickerSet; inputStickerSetEmojiDefaultStatuses#29d0f5ee = InputStickerSet;
    sendAsPeer#b81c7034 flags:# premium_required:flags.0?true peer:Peer = SendAsPeer;
    diff --git a/data/web/corefork.telegram.org/api/premium.html b/data/web/corefork.telegram.org/api/premium.html index caea63b7a3..123edd278f 100644 --- a/data/web/corefork.telegram.org/api/premium.html +++ b/data/web/corefork.telegram.org/api/premium.html @@ -97,6 +97,7 @@ Clicking on this button in the settings, clicking on the badge<

    What follows is a list of appConfig integer config parameters.

    Note that whenever config keys end with a * in the following list, the * should be replaced with premium or default, to fetch the appropriate limit value for Premium and non-Premium users.