diff --git a/data/web/corefork.telegram.org/api/stickers.html b/data/web/corefork.telegram.org/api/stickers.html index 813f8a6379..dc5c8b2ded 100644 --- a/data/web/corefork.telegram.org/api/stickers.html +++ b/data/web/corefork.telegram.org/api/stickers.html @@ -78,7 +78,7 @@
Static stickers are WebP images with the following specs:
They're identified by mime_type
field of the associated document, always equal to image/webp
.
hash
and just a few stickers were modified/reordered, all stickers will be returned anyway. alt
field of the document.If the stickers_emoji_suggest_only_api
app configuration parameter is set to true, clients must invoke messages.getStickers to fetch a list of suggested stickers for the emoji.
-The stickers_emoji_cache_time
specifies the validity period of the local cache of messages.getStickers, also relevant when generating the pagination hash when invoking the method.
If the stickers_emoji_suggest_only_api
app configuration parameter is set to true, clients must invoke messages.getStickers to fetch a list of suggested stickers for the emoji.
+The stickers_emoji_cache_time appConfig parameter specifies the validity period of the local cache of messages.getStickers, also relevant when generating the pagination hash when invoking the method.
Otherwise, the following local logic should be used.
stickers_emoji_cache_time
specifies the validity period of the
stickers_premium_by_emoji_num
stickers from b.stickers_normal_by_emoji_per_premium_num
stickers from a, followed by 1 sticker from b, and so on until both lists are empty.stickers_premium_by_emoji_num
stickers from b.stickers_normal_by_emoji_per_premium_num
stickers from a, followed by 1 sticker from b, and so on until both lists are empty.