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.uploadImportedMedia",
|
||||
"messages.uploadMedia",
|
||||
"payments.getStarsTransactions",
|
||||
"phone.createGroupCall",
|
||||
"phone.getGroupCallStreamRtmpUrl",
|
||||
"premium.getBoostsList",
|
||||
@ -1222,6 +1223,9 @@
|
||||
"INPUT_CHATLIST_INVALID": [
|
||||
"chatlists.getChatlistUpdates"
|
||||
],
|
||||
"INPUT_FILE_INVALID": [
|
||||
"messages.sendMedia"
|
||||
],
|
||||
"INPUT_FILTER_INVALID": [
|
||||
"messages.search",
|
||||
"messages.searchGlobal"
|
||||
@ -3084,6 +3088,9 @@
|
||||
"channels.inviteToChannel",
|
||||
"messages.addChatUser"
|
||||
],
|
||||
"USER_NOT_PARTICIPANT": [
|
||||
"phone.inviteToGroupCall"
|
||||
],
|
||||
"USER_PRIVACY_RESTRICTED": [
|
||||
"channels.editAdmin",
|
||||
"channels.inviteToChannel",
|
||||
@ -3563,6 +3570,7 @@
|
||||
"INPUT_CONSTRUCTOR_INVALID": "The specified TL constructor is invalid.",
|
||||
"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_FILE_INVALID": "The specified [InputFile](https:\/\/core.telegram.org\/type\/InputFile) is invalid.",
|
||||
"INPUT_FILTER_INVALID": "The specified filter is invalid.",
|
||||
"INPUT_LAYER_INVALID": "The specified layer is invalid.",
|
||||
"INPUT_METHOD_INVALID": "The specified method is invalid.",
|
||||
|
Loading…
Reference in New Issue
Block a user