Add BOT_ONESIDE_NOT_AVAIL to known errors (#1073)

* `BOT_ONESIDE_NOT_AVAIL`

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
Nick 2023-01-08 17:20:36 +01:00 committed by GitHub
parent aa2f189225
commit 388c534e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,3 +355,4 @@ WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
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

1 id message
355 WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
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