@@ -125,6 +125,7 @@ FILE_REFERENCE_EMPTY The file id contains an empty file reference, you must obta
125125FILE_REFERENCE_EXPIRED The file id contains an expired file reference, you must obtain a valid one by fetching the message from the origin context
126126FILE_REFERENCE_INVALID The file id contains an invalid file reference, you must obtain a valid one by fetching the message from the origin context
127127FILTER_ID_INVALID The specified filter ID is invalid
128+ FILTER_INCLUDE_EMPTY The filter include is empty
128129FIRSTNAME_INVALID The first name is invalid
129130FOLDER_ID_EMPTY The folder you tried to delete was already empty
130131FOLDER_ID_INVALID The folder id is invalid
@@ -267,6 +268,7 @@ REPLY_MARKUP_BUY_EMPTY Reply markup for buy button empty
267268REPLY_MARKUP_GAME_EMPTY The provided reply markup for the game is empty
268269REPLY_MARKUP_INVALID The provided reply markup is invalid
269270REPLY_MARKUP_TOO_LONG The reply markup is too long
271+ REPLY_MESSAGE_ID_INVALID The reply message id is invalid
270272RESULTS_TOO_MUCH The result contains too many items
271273RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
272274RESULT_ID_EMPTY Result ID empty
@@ -309,6 +311,7 @@ STICKER_TGS_NOTGS A tgs sticker file was expected, but something else was provid
309311STICKER_THUMB_PNG_NOPNG A png sticker thumbnail file was expected, but something else was provided
310312STICKER_VIDEO_NOWEBM A webm video file was expected, but something else was provided
311313STORIES_TOO_MUCH Too many stories in the current account
314+ STORY_PERIOD_INVALID The story period is invalid
312315TAKEOUT_INVALID The takeout id is invalid
313316TAKEOUT_REQUIRED The method must be invoked inside a takeout session
314317TEMP_AUTH_KEY_EMPTY The temporary auth key provided is empty
@@ -319,6 +322,7 @@ THEME_MIME_INVALID You cannot create this theme because the mime-type is invalid
319322TMP_PASSWORD_DISABLED The temporary password is disabled
320323TMP_PASSWORD_INVALID The temporary password is invalid
321324TOKEN_INVALID The provided token is invalid
325+ TOPIC_NOT_MODIFIED The topic was not modified
322326TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio.
323327TTL_DAYS_INVALID The provided TTL days is invalid
324328TTL_MEDIA_INVALID The media does not support self-destruction
0 commit comments