Add descriptions for new RPC errors

This commit is contained in:
Lonami Exo 2018-10-15 17:57:16 +02:00
parent 0094eb391e
commit ee4c952290
2 changed files with 4 additions and 1 deletions

View File

@ -70,3 +70,6 @@ URL_INVALID=The URL used was invalid (e.g. when answering a callback with an URL
USER_NOT_PARTICIPANT=The target user is not a member of the specified megagroup or channel
TAKEOUT_REQUIRED=You must initialize a takeout request first
REPLY_MARKUP_TOO_LONG=The data embedded in the reply markup buttons was too much
SHORTNAME_OCCUPY_FAILED=An error occurred when trying to register the short-name used for the sticker pack. Try a different name
PACK_SHORT_NAME_INVALID=Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in "_by_<bot username>".
PHOTO_SAVE_FILE_INVALID=The photo you tried to send cannot be saved by Telegram. A reason may be that it exceeds 10MB. Try resizing it locally

File diff suppressed because one or more lines are too long