From d2d209665c65b35ad42ffe8e982be20d949c9d57 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 26 Sep 2022 15:45:41 +0000 Subject: [PATCH] Update content of files --- .../web/corefork.telegram.org/api/config.html | 3 -- .../web/corefork.telegram.org/api/layers.html | 2 +- .../corefork.telegram.org/api/reactions.html | 44 ++++++++++++++++--- 3 files changed, 39 insertions(+), 10 deletions(-) diff --git a/data/web/corefork.telegram.org/api/config.html b/data/web/corefork.telegram.org/api/config.html index 1d6e30efa1..37f28349c9 100644 --- a/data/web/corefork.telegram.org/api/config.html +++ b/data/web/corefork.telegram.org/api/config.html @@ -203,7 +203,6 @@ While help.getConfig returns MTProto-specif }, "chat_read_mark_expire_period": 604800, "chat_read_mark_size_threshold": 100, - "reactions_default": "\ud83d\udc4d", "reactions_uniq_max": 11, "ringtone_duration_max": 5, "ringtone_size_max": 307200, @@ -299,8 +298,6 @@ While help.getConfig returns MTProto-specif

To protect user privacy, read receipts are only stored for chat_read_mark_expire_period seconds after the message was sent. (int)

groupcall_video_participants_max

Maximum number of participants in a group call (livestreams allow โˆž participants) (int)

-

reactions_default

-

Default emoji reaction to use in the quick reaction menu, this value can be changed using messages.setDefaultReaction (string)

reactions_uniq_max

Maximum number of unique reaction-emojis for any given message: for example, if there are 2000 ๐Ÿ‘ and 1000 ๐Ÿ˜ reactions and reactions_uniq_max = 2, you can't add a ๐Ÿ‘Ž reaction, because that would raise the number of unique reaction-emojis to 3 > 2. (integer)

ringtone_duration_max

diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 0129511721..42091b223d 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -46,7 +46,7 @@

Below you will find information on schema changes. For more details on the use of layers, see Invoking API methods.

Layer 145

-

Custom emoji statuses

+

Custom emoji statuses, custom emoji message reactions

Schema changes

New Methods