From ac699c9b0abe55eac2e72654d49efa900a59e061 Mon Sep 17 00:00:00 2001
From: GitHub Action Maximum number of participants in a group call (livestreams allow โ participants) (integer) Maximum number of unique reaction (non-custom) 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) Maximum number of unique reactions 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) Total number of reactions that should be shown under a message. (integer) (integer) Maximum number of reactions that can be added to a single message by a non-Premium user. (integer)groupcall_video_participants_max
-reactions_uniq_max
-reactions_in_chat_max
reactions_user_max_default
diff --git a/data/web/corefork.telegram.org/api/errors.html b/data/web/corefork.telegram.org/api/errors.html
index f3beb0b2bb..df67c7f006 100644
--- a/data/web/corefork.telegram.org/api/errors.html
+++ b/data/web/corefork.telegram.org/api/errors.html
@@ -49,7 +49,7 @@ An error is characterized by several parameters:reactions_user_max_premium
A string literal in the form of /[A-Z_0-9]+/
, which summarizes the problem. For example, AUTH_KEY_UNREGISTERED
. This is an optional parameter.
A full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here ยป, what follows is a description of its fields:
+A full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here ยป, what follows is a description of its fields:
errors
- All error messages and codes for each method (object).Below you will find information on schema changes. For more details on the use of layers, see Invoking API methods.
Custom emoji statuses, custom emoji message reactions, login via email, Telegram Premium improvements.
+Custom emoji statuses, custom emoji & multiple message reactions, login via email, recent stickersets, Telegram Premium and bot web app improvements.
Added the following brand new documentation articles:
What follows is a list of appConfig integer config parameters.
Note that whenever config keys end with a *
in the following list, the *
should be replaced with premium
or default
, to fetch the appropriate limit value for Premium and non-Premium users.
reactions_user_max_*
- The maximum number of reactions that can be added to a single message by the user.reactions_user_max_*
- The maximum number of reactions that can be added to a single message by the user.channels_limit_*
- The maximum number of channels and supergroups a user may join.saved_gifs_limit_*
- The maximum number of GIFs a user may save.stickers_faved_limit_*
- The maximum number of stickers a user may add to favorites.Users can react to a message with one or more reactions using messages.sendReaction.
-After sending the reaction, the chosen_order
field of reactionCount will be set for the reaction, the integer value indicates when was the reaction added: the bigger the value, the newer the reaction: use this value to appropriately sort the messages.sendReaction:reaction
vector when adding new reactions.
-Reactions should be sent in ascending order (new reactions at the end in the messages.sendReaction:reaction
vector), and when adding more reactions to the same message, older reactions should be removed to keep the total number of sent/modified reactions within by the reactions_user_max_default/reactions_user_max_premium reactions.
chosen_order
field of reactionCount will be set for the reaction. The integer value indicates when was the reaction added: the bigger the value, the newer the reaction, use this value to appropriately sort the messages.sendReaction:reaction
vector when adding new reactions.messages.sendReaction:reaction
vector), and when adding more reactions to the same message, older reactions should be removed to keep the total number of sent/modified reactions within reactions_user_max_default/reactions_user_max_premium reactions.The big
flag can be optionally set to elicit a bigger reaction.
Send a reactionEmoji to react using a normal emoji, and a reactionCustomEmoji to react using a custom emoji.
Message authors will receive an updateMessageReactions update when a user reacts to their message.