From bbb58892429abe022f29fb3de28b1ca1b60ed275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=BCrgens?=
Date: Sun, 23 Aug 2020 12:19:15 +0200 Subject: [PATCH] Extend error message on FILE_ID_INVALID. --- telethon_generator/data/errors.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon_generator/data/errors.csv b/telethon_generator/data/errors.csv index 302b0e6b..dec72b4a 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -90,7 +90,7 @@ EXPORT_CARD_INVALID,400,Provided card is invalid EXTERNAL_URL_INVALID,400,External URL invalid FIELD_NAME_EMPTY,,The field with the name FIELD_NAME is missing FIELD_NAME_INVALID,,The field with the name FIELD_NAME is invalid -FILE_ID_INVALID,400,The provided file id is invalid +FILE_ID_INVALID,400,The provided file id is invalid. Verify parameters file id, access hash (expires!), file reference, and thumbnail (non-empty). FILE_MIGRATE_X,303,The file to be accessed is currently stored in DC {new_dc} FILE_PARTS_INVALID,400,The number of file parts is invalid FILE_PART_0_MISSING,,File part 0 missing