diff --git a/data/web/corefork.telegram.org/api/errors.html b/data/web/corefork.telegram.org/api/errors.html index 8d9c41971e..4805222211 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:
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 human-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 human-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).When downloading multiple files in parallel, limit the parallelism to download at most small_queue_max_active_operations_count
/large_queue_max_active_operations_count
files in parallel when downloading files smaller/bigger than 20MB (client configuration parameters »).
When downloading multiple files in parallel from the same DC, clients should limit the parallelism to download at most small_queue_max_active_operations_count
/large_queue_max_active_operations_count
files in parallel when downloading files smaller/bigger than 20MB (client configuration parameters »).
The file download operation may return a FILE_REFERENCE_EXPIRED
error (or another error starting with FILE_REFERENCE_
): in this case, the file_reference
field of the input location must be refreshed.
The file download operation may return an upload.fileCdnRedirect constructor: in this case, these instructions must be followed for downloading CDN files.
The file download operation may also return one of the following data input errors:
Added the small_queue_max_active_operations_count
» and large_queue_max_active_operations_count
» client configuration parameters, used to limit parallelism when downloading multiple files in parallel as described in the docs ».
Added the small_queue_max_active_operations_count
» and large_queue_max_active_operations_count
» client configuration parameters, used to limit parallelism when downloading multiple files in parallel from the same DC as described in the docs ».
The RPC error database » was also updated, and a small clarification for open-source push notification standards like UnifiedPush was added to the push notifications documentation ».
React to message
+React to message.
+Starting from layer 159, the reaction will be sent from the peer specified using messages.saveDefaultSendAs.
Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.
+Change the default peer that should be used when sending messages to a specific group
The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.