diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 37cca1e13c..d8d85c03e1 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -74,7 +74,7 @@ Also introducing new messageActionGiftPremium - Info about a gifted Telegram Premium subscription
The suggested sticker selection logic is slightly different for Premium users, see here for more info ยป.
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;
Here's how to activate a Telegram Premium subscription, when the user clicks on the subscribe button:
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:Bots and users can create stickersets by using the following methods.
Users can also create stickersets by interacting with the official @stickers bot.
Note that unofficial bots must append a "_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.