From 92083efa15d99156ee3560a22f5ea93233f679b3 Mon Sep 17 00:00:00 2001
From: GitHub Action The suggested sticker selection logic is slightly different for Premium users, see here for more info ยป. Here's how to activate a Telegram Premium subscription, when the user clicks on the subscribe button: Bots and users can create stickersets by using the following methods. Note that unofficial bots must append a Sticker suggestions
Subscribing to Telegram Premium
-inputStorePaymentPremiumSubscription#a6751e66 flags:# restore:flags.0?true = InputStorePaymentPurpose;
-
----functions---
-
-payments.canPurchasePremium#9fc19eb6 purpose:InputStorePaymentPurpose = Bool;
-messages.startBot#e6df7378 bot:InputUser peer:InputPeer random_id:long start_param:string = Updates;
-
premium_bot_username
field is set, call messages.startBot, specifying the following parameters:
peer
and bot
: The bot mentioned in premium_bot_username
start_param
: One of the following values:
diff --git a/data/web/corefork.telegram.org/api/stickers.html b/data/web/corefork.telegram.org/api/stickers.html
index 5351dd4afe..4398740dd8 100644
--- a/data/web/corefork.telegram.org/api/stickers.html
+++ b/data/web/corefork.telegram.org/api/stickers.html
@@ -227,7 +227,7 @@ Use messages.getEmojiStickers to
Users can also create stickersets by interacting with the official @stickers bot. "_by_<bot_username>"
prefix to the stickerset short name when creating stickersets.
-Also note that users can't directly modify stickersets created using stickers.createStickerSet, and must use the @stickers bot, instead: only the sticker creation+shortname methods are available directly to users to allow importing stickers using the stickers SDK.
Use messages.uploadMedia to upload stickers and thumbnails, if you don't already have access to a previously uploaded document.
Use stickers.checkShortName to check if a given short name is available, and stickers.suggestShortName to let the server suggest a short name, given the stickerset title.
Use stickers.createStickerSet to create normal, animated, video or mask stickersets.
diff --git a/data/web/corefork.telegram.org/constructor/updateReadFeaturedEmojiStickers.html b/data/web/corefork.telegram.org/constructor/updateReadFeaturedEmojiStickers.html
index d8a1dadf90..6da0e0efe4 100644
--- a/data/web/corefork.telegram.org/constructor/updateReadFeaturedEmojiStickers.html
+++ b/data/web/corefork.telegram.org/constructor/updateReadFeaturedEmojiStickers.html
@@ -4,10 +4,10 @@
Some featured emoji stickers were marked as read
+Some featured custom emoji stickers were marked as read
+ +Telegram allows including animated and static custom emojis inside of messages.