1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 20:14:40 +01:00
This commit is contained in:
Daniil Gentili 2023-03-25 16:23:50 +01:00
parent f6ababf14f
commit 1ccf6507fc
5 changed files with 10 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1872,8 +1872,12 @@
"messages.sendMultiMedia"
],
"TOPIC_ID_INVALID": [
"channels.editForumTopic",
"messages.getDiscussionMessage"
],
"TOPIC_NOT_MODIFIED": [
"channels.editForumTopic"
],
"TRANSCRIPTION_FAILED": [
"messages.transcribeAudio"
],
@ -2815,7 +2819,7 @@
"OFFSET_PEER_ID_INVALID": "The provided offset peer is invalid.",
"OPTION_INVALID": "Invalid option selected.",
"OPTIONS_TOO_MUCH": "Too many options provided.",
"ORDER_INVALID": "",
"ORDER_INVALID": "The specified username order is invalid.",
"PACK_SHORT_NAME_INVALID": "Short pack name invalid.",
"PACK_SHORT_NAME_OCCUPIED": "A stickerpack with this name already exists.",
"PACK_TITLE_INVALID": "The stickerpack title is invalid.",
@ -2977,6 +2981,7 @@
"TOPIC_CLOSED": "This topic was closed, you can't send messages to it anymore.",
"TOPIC_DELETED": "The specified topic was deleted.",
"TOPIC_ID_INVALID": "The specified topic ID is invalid.",
"TOPIC_NOT_MODIFIED": "The updated topic info is equal to the current topic info, nothing was changed.",
"TRANSCRIPTION_FAILED": "Audio transcription failed.",
"TTL_DAYS_INVALID": "The provided TTL is invalid.",
"TTL_MEDIA_INVALID": "Invalid media Time To Live was provided.",