diff --git a/data/web/corefork.telegram.org/api/errors.html b/data/web/corefork.telegram.org/api/errors.html index 3372670f79..6c5546fe2c 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 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.
To view all the changes since the last update, start reading the changelog @ Layer 146.
+To view all the changes since the last update, start reading the changelog @ Layer 146.
+Most importantly, layer 152 added support for Firebase SMS authentication, which in some conditions may be required by the server in order to send SMS codes.
+Currently, only official apps can make use of Firebase SMS authentication: this means that in some conditions, only the official applications can receive a login/signup code via SMS/call.
+Third-party apps may log in using any of the other code delivery methods (Telegram codes, Fragment codes, email codes, future auth tokens, QR codes).
You can now share folders », use collectible usernames for bots », set custom per-chat wallpapers » and reset the login email ».
Users may now edit the usernames, name, about text, description and profile picture of bots they own using the API.
Bots can now directly invoke photos.updateProfilePhoto and photos.uploadProfilePhoto to edit their own profile picture.
Bots may also now specify a custom peer filter when using keyboardButtonSwitchInline buttons.
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 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 ».
chatlist_invites_limit_default
/chatlist_invites_limit_premium
client configuration parameters » was reached.Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.
Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.
+Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.
+The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.
diff --git a/data/web/corefork.telegram.org/method/messages.forwardMessages b/data/web/corefork.telegram.org/method/messages.forwardMessages index caf2a8a103..47b5fb7176 100644 --- a/data/web/corefork.telegram.org/method/messages.forwardMessages +++ b/data/web/corefork.telegram.org/method/messages.forwardMessages @@ -240,6 +240,11 @@