diff --git a/data/web/corefork.telegram.org/api/errors.html b/data/web/corefork.telegram.org/api/errors.html
index fed33d9369..e41ea57744 100644
--- a/data/web/corefork.telegram.org/api/errors.html
+++ b/data/web/corefork.telegram.org/api/errors.html
@@ -49,7 +49,7 @@
Error Type
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.
Error Database
-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).
- Keys: Error codes as strings (numeric strings)
diff --git a/data/web/corefork.telegram.org/method/messages.hideAllChatJoinRequests b/data/web/corefork.telegram.org/method/messages.hideAllChatJoinRequests
index c9d92fd824..c095a95fae 100644
--- a/data/web/corefork.telegram.org/method/messages.hideAllChatJoinRequests
+++ b/data/web/corefork.telegram.org/method/messages.hideAllChatJoinRequests
@@ -126,7 +126,7 @@
400 |
HIDE_REQUESTER_MISSING |
- |
+The join request was missing or was already handled. |
400 |
diff --git a/data/web/corefork.telegram.org/method/stickers.createStickerSet b/data/web/corefork.telegram.org/method/stickers.createStickerSet
index f4cf8e9464..1aab73f7a9 100644
--- a/data/web/corefork.telegram.org/method/stickers.createStickerSet
+++ b/data/web/corefork.telegram.org/method/stickers.createStickerSet
@@ -191,7 +191,7 @@
400 |
STICKER_TGS_NODOC |
-Incorrect document type for sticker. |
+You must send the animated sticker as a document. |
400 |
@@ -216,7 +216,7 @@
400 |
STICKER_VIDEO_NODOC |
- |
+You must send the video sticker as a document. |
400 |
@@ -230,7 +230,10 @@
-Bots can use this method
+Bots can use this method
+Related pages
+
+Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.