mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Add BUTTON_USER_PRIVACY_RESTRICTED to the list of known errors (#1193)
* Add BUTTON_USER_PRIVACY_RESTRICTED to known errors * Update 400_BAD_REQUEST.tsv Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
parent
f9a9673011
commit
043734f02b
@ -38,6 +38,7 @@ BROADCAST_REQUIRED The request can only be used with a channel
|
|||||||
BUTTON_DATA_INVALID The button callback data is invalid or too large
|
BUTTON_DATA_INVALID The button callback data is invalid or too large
|
||||||
BUTTON_TYPE_INVALID The type of one of the buttons you provided is invalid
|
BUTTON_TYPE_INVALID The type of one of the buttons you provided is invalid
|
||||||
BUTTON_URL_INVALID The button url is invalid
|
BUTTON_URL_INVALID The button url is invalid
|
||||||
|
BUTTON_USER_PRIVACY_RESTRICTED The privacy settings of the user specified in a keyboard button do not allow creating such button
|
||||||
CALL_ALREADY_ACCEPTED The call is already accepted
|
CALL_ALREADY_ACCEPTED The call is already accepted
|
||||||
CALL_ALREADY_DECLINED The call is already declined
|
CALL_ALREADY_DECLINED The call is already declined
|
||||||
CALL_PEER_INVALID The provided call peer object is invalid
|
CALL_PEER_INVALID The provided call peer object is invalid
|
||||||
|
|
Loading…
Reference in New Issue
Block a user