mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Add RESULT_ID_DUPLICATE error
This commit is contained in:
parent
72bad9622a
commit
c71d6781a2
@ -69,4 +69,5 @@ API_ID_PUBLISHED_FLOOD You are using an API key that is limited on the server si
|
|||||||
USER_NOT_PARTICIPANT The user is not a member of this chat
|
USER_NOT_PARTICIPANT The user is not a member of this chat
|
||||||
CHANNEL_PRIVATE The channel/supergroup is not accessible
|
CHANNEL_PRIVATE The channel/supergroup is not accessible
|
||||||
MESSAGE_IDS_EMPTY The requested message doesn't exist
|
MESSAGE_IDS_EMPTY The requested message doesn't exist
|
||||||
RESULTS_TOO_MUCH You have put too many items in your result
|
RESULTS_TOO_MUCH You have put too many items in your result
|
||||||
|
RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
|
|
Loading…
x
Reference in New Issue
Block a user