You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
CHANNEL_PRIVATE The channel/supergroup is not accessible
52
-
CHANNEL_TOO_LARGE The channel is too large to be deleted; this error is issued when trying to delete channels with more than 1000 members (subject to change)
52
+
CHANNEL_TOO_LARGE The channel is too large
53
53
CHAT_ABOUT_NOT_MODIFIED The chat about text was not modified because you tried to edit it using the same content
54
54
CHAT_ABOUT_TOO_LONG The chat about text is too long
55
55
CHAT_ADMIN_REQUIRED The method requires chat admin privileges
@@ -109,13 +109,13 @@ FIELD_NAME_EMPTY The field with the name FIELD_NAME is missing
109
109
FIELD_NAME_INVALID The field with the name FIELD_NAME is invalid
110
110
FILE_ID_INVALID The file id is invalid
111
111
FILE_MIGRATE_X The file is in Data Center No. {value}
112
-
FILE_PARTS_INVALID Invalid number of parts. The value is not between 1 and 4000
112
+
FILE_PARTS_INVALID Invalid number of parts.
113
113
FILE_PART_EMPTY The file part sent is empty
114
-
FILE_PART_INVALID The file part number is invalid. The value is not between 0 and 3999
114
+
FILE_PART_INVALID The file part number is invalid.
115
115
FILE_PART_LENGTH_INVALID The length of a file part is invalid
116
116
FILE_PART_SIZE_CHANGED The part size is different from the size of one of the previous parts in the same file
117
-
FILE_PART_SIZE_INVALID512 KB cannot be evenly divided by part_size
118
-
FILE_PART_TOO_BIG The size limit (512 KB) for the content of the file part has been exceeded
117
+
FILE_PART_SIZE_INVALIDThe file part size is invalid
118
+
FILE_PART_TOO_BIG The size limit for the content of the file part has been exceeded
119
119
FILE_PART_X_MISSING Part {value} of the file is missing from storage
120
120
FILE_REFERENCE_EMPTY The file id contains an empty file reference, you must obtain a valid one by fetching the message from the origin context
121
121
FILE_REFERENCE_EXPIRED The file id contains an expired file reference, you must obtain a valid one by fetching the message from the origin context
@@ -162,7 +162,7 @@ LOCATION_INVALID The file location is invalid
162
162
MAX_ID_INVALID The max_id parameter is invalid
163
163
MAX_QTS_INVALID The provided QTS is invalid
164
164
MD5_CHECKSUM_INVALID The file's checksum did not match the md5_checksum parameter
165
-
MEDIA_CAPTION_TOO_LONG The media caption is longer than 1024 characters
165
+
MEDIA_CAPTION_TOO_LONG The media caption is too long
166
166
MEDIA_EMPTY The media you tried to send is invalid
167
167
MEDIA_INVALID The media is invalid
168
168
MEDIA_NEW_INVALID The new media to edit the message with is invalid
@@ -176,7 +176,7 @@ MESSAGE_IDS_EMPTY The requested message doesn't exist or you provided no message
176
176
MESSAGE_ID_INVALID The message id is invalid
177
177
MESSAGE_NOT_MODIFIED The message was not modified because you tried to edit it using the same content
178
178
MESSAGE_POLL_CLOSED You can't interact with a closed poll
179
-
MESSAGE_TOO_LONG The message text is over 4096 characters
179
+
MESSAGE_TOO_LONG The message text is too long
180
180
METHOD_INVALID The API method is invalid and cannot be used
181
181
MSG_ID_INVALID The message ID used in the peer was invalid
0 commit comments