Update content of files

This commit is contained in:
GitHub Action 2022-08-24 20:23:18 +00:00
parent 7a699ac799
commit 5c505bd339

View file

@ -100,6 +100,8 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
<li><code>ringtone_size_max</code> - The maximum post-conversion size in bytes of <a href="/api/ringtones">uploadable notification sounds »</a></li>
<li><code>ringtone_saved_count_max</code> - The maximum number of <a href="/api/ringtones">saveable notification sounds »</a></li>
<li><code>message_animated_emoji_max</code> - Maximum number of custom animated emojis that may be present in a message. (integer)</li>
<li><code>stickers_premium_by_emoji_num</code> - Defines how many premium stickers to show in the sticker suggestion popup when entering an emoji into the text field, see the <a href="/api/stickers#sticker-suggestions">sticker docs for more info</a> (integer, defaults to 0)</li>
<li><code>stickers_normal_by_emoji_per_premium_num</code> - For Premium users, used to define the suggested sticker list, see the <a href="/api/stickers#sticker-suggestions">sticker docs for more info</a> (integer, defaults to 2)</li>
<li><code>premium_purchase_blocked</code> - The user can't purchase premium. The app must also hide all Premium features, including stars for other users, et cetera. (boolean)</li>
<li><code>channels_limit_default</code> - The maximum number of <a href="/api/channel">channels and supergroups</a> a non-Premium user may join (integer)</li>
<li><code>channels_limit_premium</code> - The maximum number of <a href="/api/channel">channels and supergroups</a> a Premium user may join (integer)</li>
@ -279,6 +281,8 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
"ringtone_duration_max": 5,
"ringtone_size_max": 307200,
"ringtone_saved_count_max": 100,
"stickers_premium_by_emoji_num": 0,
"stickers_normal_by_emoji_per_premium_num": 3,
"premium_purchase_blocked": false,
"channels_limit_default": 500,
"channels_limit_premium": 1000,