Added some errors to known errors

This commit is contained in:
KurimuzonAkuma 2023-10-27 09:34:59 +03:00
parent c4ca61f2b3
commit bd557839d5

View File

@ -49,6 +49,7 @@ CHANNELS_ADMIN_PUBLIC_TOO_MUCH You are an administrator of too many public chann
CHANNELS_TOO_MUCH You have joined too many channels or supergroups, leave some and try again
CHANNEL_ADD_INVALID Internal error.
CHANNEL_BANNED The channel is banned
CHANNEL_FORUM_MISSING The channel forum is missing
CHANNEL_INVALID The channel parameter is invalid
CHANNEL_PRIVATE The channel/supergroup is not accessible
CHANNEL_TOO_LARGE The channel is too large
@ -325,6 +326,7 @@ TOPIC_NOT_MODIFIED The topic was not modified
TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio.
TTL_DAYS_INVALID The provided TTL days is invalid
TTL_MEDIA_INVALID The media does not support self-destruction
TTL_PERIOD_INVALID The provided TTL period is invalid
TYPES_EMPTY The types parameter is empty
TYPE_CONSTRUCTOR_INVALID The type constructor is invalid
UNTIL_DATE_INVALID That date parameter is invalid

1 id message
49 CHANNELS_TOO_MUCH You have joined too many channels or supergroups, leave some and try again
50 CHANNEL_ADD_INVALID Internal error.
51 CHANNEL_BANNED The channel is banned
52 CHANNEL_FORUM_MISSING The channel forum is missing
53 CHANNEL_INVALID The channel parameter is invalid
54 CHANNEL_PRIVATE The channel/supergroup is not accessible
55 CHANNEL_TOO_LARGE The channel is too large
326 TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio.
327 TTL_DAYS_INVALID The provided TTL days is invalid
328 TTL_MEDIA_INVALID The media does not support self-destruction
329 TTL_PERIOD_INVALID The provided TTL period is invalid
330 TYPES_EMPTY The types parameter is empty
331 TYPE_CONSTRUCTOR_INVALID The type constructor is invalid
332 UNTIL_DATE_INVALID That date parameter is invalid