From c170da88bf40bea8536be6a419270fa2ca11db78 Mon Sep 17 00:00:00 2001 From: Daniil Date: Sun, 13 Sep 2020 06:11:20 +0300 Subject: [PATCH] Update errors.csv --- 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 4dc1dafb..ec7ddfad 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -271,7 +271,7 @@ START_PARAM_INVALID,400,Start parameter invalid STATS_MIGRATE_X,303,The channel statistics must be fetched from DC {dc} STICKERSET_INVALID,400,The provided sticker set is invalid STICKERS_EMPTY,400,No sticker provided -STICKER_DOCUMENT_INVALID,400,The sticker file was invalid (this file has failed Telegram internal checks, make sure to use the correct format and comply with all sticker limitations) +STICKER_DOCUMENT_INVALID,400,"The sticker file was invalid (this file has failed Telegram internal checks, make sure to use the correct format and comply with all sticker limitations)" STICKER_EMOJI_INVALID,400,Sticker emoji invalid STICKER_FILE_INVALID,400,Sticker file invalid STICKER_ID_INVALID,400,The provided sticker ID is invalid