mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 12:04:45 +01:00
Bump
This commit is contained in:
parent
05f4011d0b
commit
0c5ae5ee7d
@ -626,6 +626,7 @@
|
|||||||
"messages.updatePinnedMessage",
|
"messages.updatePinnedMessage",
|
||||||
"messages.uploadImportedMedia",
|
"messages.uploadImportedMedia",
|
||||||
"messages.uploadMedia",
|
"messages.uploadMedia",
|
||||||
|
"payments.getStarsTransactions",
|
||||||
"phone.createGroupCall",
|
"phone.createGroupCall",
|
||||||
"phone.getGroupCallStreamRtmpUrl",
|
"phone.getGroupCallStreamRtmpUrl",
|
||||||
"premium.getBoostsList",
|
"premium.getBoostsList",
|
||||||
@ -1222,6 +1223,9 @@
|
|||||||
"INPUT_CHATLIST_INVALID": [
|
"INPUT_CHATLIST_INVALID": [
|
||||||
"chatlists.getChatlistUpdates"
|
"chatlists.getChatlistUpdates"
|
||||||
],
|
],
|
||||||
|
"INPUT_FILE_INVALID": [
|
||||||
|
"messages.sendMedia"
|
||||||
|
],
|
||||||
"INPUT_FILTER_INVALID": [
|
"INPUT_FILTER_INVALID": [
|
||||||
"messages.search",
|
"messages.search",
|
||||||
"messages.searchGlobal"
|
"messages.searchGlobal"
|
||||||
@ -3084,6 +3088,9 @@
|
|||||||
"channels.inviteToChannel",
|
"channels.inviteToChannel",
|
||||||
"messages.addChatUser"
|
"messages.addChatUser"
|
||||||
],
|
],
|
||||||
|
"USER_NOT_PARTICIPANT": [
|
||||||
|
"phone.inviteToGroupCall"
|
||||||
|
],
|
||||||
"USER_PRIVACY_RESTRICTED": [
|
"USER_PRIVACY_RESTRICTED": [
|
||||||
"channels.editAdmin",
|
"channels.editAdmin",
|
||||||
"channels.inviteToChannel",
|
"channels.inviteToChannel",
|
||||||
@ -3563,6 +3570,7 @@
|
|||||||
"INPUT_CONSTRUCTOR_INVALID": "The specified TL constructor is invalid.",
|
"INPUT_CONSTRUCTOR_INVALID": "The specified TL constructor is invalid.",
|
||||||
"INPUT_FETCH_ERROR": "An error occurred while parsing the provided TL constructor.",
|
"INPUT_FETCH_ERROR": "An error occurred while parsing the provided TL constructor.",
|
||||||
"INPUT_FETCH_FAIL": "An error occurred while parsing the provided TL constructor.",
|
"INPUT_FETCH_FAIL": "An error occurred while parsing the provided TL constructor.",
|
||||||
|
"INPUT_FILE_INVALID": "The specified [InputFile](https:\/\/core.telegram.org\/type\/InputFile) is invalid.",
|
||||||
"INPUT_FILTER_INVALID": "The specified filter is invalid.",
|
"INPUT_FILTER_INVALID": "The specified filter is invalid.",
|
||||||
"INPUT_LAYER_INVALID": "The specified layer is invalid.",
|
"INPUT_LAYER_INVALID": "The specified layer is invalid.",
|
||||||
"INPUT_METHOD_INVALID": "The specified method is invalid.",
|
"INPUT_METHOD_INVALID": "The specified method is invalid.",
|
||||||
|
Loading…
Reference in New Issue
Block a user