diff --git a/data/web/corefork.telegram.org/method/account.acceptAuthorization.html b/data/web/corefork.telegram.org/method/account.acceptAuthorization.html
index f1272cd32f..7767a06c0f 100644
--- a/data/web/corefork.telegram.org/method/account.acceptAuthorization.html
+++ b/data/web/corefork.telegram.org/method/account.acceptAuthorization.html
@@ -97,7 +97,24 @@
Result
-Bool
+Bool
+Possible errors
+
+
+
+Code |
+Type |
+Description |
+
+
+
+
+400 |
+PUBLIC_KEY_REQUIRED |
+A public key is required. |
+
+
+
diff --git a/data/web/corefork.telegram.org/method/channels.checkUsername.html b/data/web/corefork.telegram.org/method/channels.checkUsername.html
index 7ad09edf41..e8ec656ecc 100644
--- a/data/web/corefork.telegram.org/method/channels.checkUsername.html
+++ b/data/web/corefork.telegram.org/method/channels.checkUsername.html
@@ -115,6 +115,16 @@
400 |
+MSG_ID_INVALID |
+Invalid message ID provided. |
+
+
+400 |
+PEER_ID_INVALID |
+The provided peer id is invalid. |
+
+
+400 |
USERNAME_INVALID |
The provided username is not valid. |
diff --git a/data/web/corefork.telegram.org/method/channels.updatePinnedForumTopic.html b/data/web/corefork.telegram.org/method/channels.updatePinnedForumTopic.html
index 22c650b364..e8a3f0d5a1 100644
--- a/data/web/corefork.telegram.org/method/channels.updatePinnedForumTopic.html
+++ b/data/web/corefork.telegram.org/method/channels.updatePinnedForumTopic.html
@@ -93,6 +93,23 @@
Result
Updates
+Possible errors
+
+
+
+Code |
+Type |
+Description |
+
+
+
+
+400 |
+TOPIC_ID_INVALID |
+The specified topic ID is invalid. |
+
+
+
Bots can use this method
Related pages
diff --git a/data/web/corefork.telegram.org/method/chatlists.deleteExportedInvite.html b/data/web/corefork.telegram.org/method/chatlists.deleteExportedInvite.html
index de461b787b..c0e65a086e 100644
--- a/data/web/corefork.telegram.org/method/chatlists.deleteExportedInvite.html
+++ b/data/web/corefork.telegram.org/method/chatlists.deleteExportedInvite.html
@@ -98,6 +98,11 @@
FILTER_ID_INVALID |
The specified filter ID is invalid. |
+
+400 |
+FILTER_NOT_SUPPORTED |
+The specified filter cannot be used in this context. |
+
Bots can use this method
diff --git a/data/web/corefork.telegram.org/method/chatlists.editExportedInvite.html b/data/web/corefork.telegram.org/method/chatlists.editExportedInvite.html
index 7994c297d8..b43be8044f 100644
--- a/data/web/corefork.telegram.org/method/chatlists.editExportedInvite.html
+++ b/data/web/corefork.telegram.org/method/chatlists.editExportedInvite.html
@@ -112,6 +112,11 @@
FILTER_ID_INVALID |
The specified filter ID is invalid. |
+
+400 |
+FILTER_NOT_SUPPORTED |
+The specified filter cannot be used in this context. |
+
Bots can use this method
diff --git a/data/web/corefork.telegram.org/method/chatlists.getLeaveChatlistSuggestions.html b/data/web/corefork.telegram.org/method/chatlists.getLeaveChatlistSuggestions.html
index bae8f908f2..2bdc84eed6 100644
--- a/data/web/corefork.telegram.org/method/chatlists.getLeaveChatlistSuggestions.html
+++ b/data/web/corefork.telegram.org/method/chatlists.getLeaveChatlistSuggestions.html
@@ -76,6 +76,28 @@
Result
Vector<Peer>
+Possible errors
+
+
+
+Code |
+Type |
+Description |
+
+
+
+
+400 |
+FILTER_ID_INVALID |
+The specified filter ID is invalid. |
+
+
+400 |
+FILTER_NOT_SUPPORTED |
+The specified filter cannot be used in this context. |
+
+
+
Bots can use this method
Related pages
diff --git a/data/web/corefork.telegram.org/method/chatlists.hideChatlistUpdates.html b/data/web/corefork.telegram.org/method/chatlists.hideChatlistUpdates.html
index 462ce7701a..a32f0f333e 100644
--- a/data/web/corefork.telegram.org/method/chatlists.hideChatlistUpdates.html
+++ b/data/web/corefork.telegram.org/method/chatlists.hideChatlistUpdates.html
@@ -78,6 +78,28 @@
Result
Bool
+Possible errors
+
+
+
+Code |
+Type |
+Description |
+
+
+
+
+400 |
+FILTER_ID_INVALID |
+The specified filter ID is invalid. |
+
+
+400 |
+FILTER_NOT_SUPPORTED |
+The specified filter cannot be used in this context. |
+
+
+
Bots can use this method
Related pages
diff --git a/data/web/corefork.telegram.org/method/chatlists.joinChatlistUpdates.html b/data/web/corefork.telegram.org/method/chatlists.joinChatlistUpdates.html
index a4e0fff13e..bf0961062c 100644
--- a/data/web/corefork.telegram.org/method/chatlists.joinChatlistUpdates.html
+++ b/data/web/corefork.telegram.org/method/chatlists.joinChatlistUpdates.html
@@ -88,6 +88,28 @@
Result
Updates
+Possible errors
+
+
+
+Code |
+Type |
+Description |
+
+
+
+
+400 |
+FILTER_ID_INVALID |
+The specified filter ID is invalid. |
+
+
+400 |
+FILTER_INCLUDE_EMPTY |
+The include_peers vector of the filter is empty. |
+
+
+
Bots can use this method
Related pages
diff --git a/data/web/corefork.telegram.org/method/messages.requestWebView.html b/data/web/corefork.telegram.org/method/messages.requestWebView.html
index 7b477053f6..e1d7664726 100644
--- a/data/web/corefork.telegram.org/method/messages.requestWebView.html
+++ b/data/web/corefork.telegram.org/method/messages.requestWebView.html
@@ -146,7 +146,12 @@
400 |
BOT_WEBVIEW_DISABLED |
- |
+A webview cannot be opened in the specified conditions: emitted for example if from_bot_menu or url are set and peer is not the chat with the bot. |
+
+
+400 |
+INPUT_USER_DEACTIVATED |
+The specified user was deleted. |
400 |
diff --git a/data/web/corefork.telegram.org/method/messages.setDefaultHistoryTTL.html b/data/web/corefork.telegram.org/method/messages.setDefaultHistoryTTL.html
index c6d1d4ecb9..4b80cf77c1 100644
--- a/data/web/corefork.telegram.org/method/messages.setDefaultHistoryTTL.html
+++ b/data/web/corefork.telegram.org/method/messages.setDefaultHistoryTTL.html
@@ -78,6 +78,23 @@
Result
Bool
+Possible errors
+
+
+
+Code |
+Type |
+Description |
+
+
+
+
+400 |
+TTL_PERIOD_INVALID |
+The specified TTL period is invalid. |
+
+
+
Bots can use this method
diff --git a/data/web/corefork.telegram.org/method/photos.uploadContactProfilePhoto.html b/data/web/corefork.telegram.org/method/photos.uploadContactProfilePhoto.html
index 31edf5120b..a5012dbcf6 100644
--- a/data/web/corefork.telegram.org/method/photos.uploadContactProfilePhoto.html
+++ b/data/web/corefork.telegram.org/method/photos.uploadContactProfilePhoto.html
@@ -4,10 +4,10 @@
photos.uploadContactProfilePhoto
-
+
-
+
@@ -125,6 +125,11 @@
400 |
+CONTACT_MISSING |
+The specified user is not a contact. |
+
+
+400 |
USER_ID_INVALID |
The provided user ID is invalid. |