Add INVITE_REQUEST_SENT to known errors

This commit is contained in:
Dan 2023-01-08 17:22:15 +01:00
parent 388c534e1f
commit 24018532c8

View File

@ -356,3 +356,4 @@ WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
YOU_BLOCKED_USER You blocked this user
ENTITY_BOUNDS_INVALID The message entity bounds are invalid
BOT_ONESIDE_NOT_AVAIL Bots can't pin messages for one side only in private chats
INVITE_REQUEST_SENT The request to join this chat or channel has been successfully sent

1 id message
356 YOU_BLOCKED_USER You blocked this user
357 ENTITY_BOUNDS_INVALID The message entity bounds are invalid
358 BOT_ONESIDE_NOT_AVAIL Bots can't pin messages for one side only in private chats
359 INVITE_REQUEST_SENT The request to join this chat or channel has been successfully sent