From 8cc0948ac9fd6b03aaf10c4745a10cce50e31b5f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 4 Feb 2024 20:46:33 +0000 Subject: [PATCH] Update content of files --- .../method/account.acceptAuthorization.html | 19 +++++++++++++++- .../method/channels.checkUsername.html | 10 +++++++++ .../channels.updatePinnedForumTopic.html | 17 ++++++++++++++ .../chatlists.deleteExportedInvite.html | 5 +++++ .../method/chatlists.editExportedInvite.html | 5 +++++ ...chatlists.getLeaveChatlistSuggestions.html | 22 +++++++++++++++++++ .../method/chatlists.hideChatlistUpdates.html | 22 +++++++++++++++++++ .../method/chatlists.joinChatlistUpdates.html | 22 +++++++++++++++++++ .../method/messages.requestWebView.html | 7 +++++- .../method/messages.setDefaultHistoryTTL.html | 17 ++++++++++++++ .../photos.uploadContactProfilePhoto.html | 9 ++++++-- 11 files changed, 151 insertions(+), 4 deletions(-) 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

+ + + + + + + + + + + + + + + +
CodeTypeDescription
400PUBLIC_KEY_REQUIREDA 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

+ + + + + + + + + + + + + + + +
CodeTypeDescription
400TOPIC_ID_INVALIDThe specified topic ID is invalid.

Bots can use this method

Related pages

Forums

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

+ + + + + + + + + + + + + + + + + + + + +
CodeTypeDescription
400FILTER_ID_INVALIDThe specified filter ID is invalid.
400FILTER_NOT_SUPPORTEDThe specified filter cannot be used in this context.

Bots can use this method

Related pages

Deep links

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

+ + + + + + + + + + + + + + + + + + + + +
CodeTypeDescription
400FILTER_ID_INVALIDThe specified filter ID is invalid.
400FILTER_NOT_SUPPORTEDThe specified filter cannot be used in this context.

Bots can use this method

Related pages

Deep links

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

+ + + + + + + + + + + + + + + + + + + + +
CodeTypeDescription
400FILTER_ID_INVALIDThe specified filter ID is invalid.
400FILTER_INCLUDE_EMPTYThe include_peers vector of the filter is empty.

Bots can use this method

Related pages

chatlists.getChatlistUpdates

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

+ + + + + + + + + + + + + + + +
CodeTypeDescription
400TTL_PERIOD_INVALIDThe 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.