mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add BUTTON_DATA_INVALID error
This commit is contained in:
parent
f16ca8b9ea
commit
ad2d45bca1
1 changed files with 2 additions and 1 deletions
|
|
@ -105,4 +105,5 @@ MEGAGROUP_PREHISTORY_HIDDEN The action failed because the supergroup has the pre
|
|||
CHAT_LINK_EXISTS The action failed because the supergroup is linked to a channel
|
||||
LINK_NOT_MODIFIED The chat link was not modified because you tried to link to the same target
|
||||
BROADCAST_ID_INVALID The channel is invalid
|
||||
MEGAGROUP_ID_INVALID The supergroup is invalid
|
||||
MEGAGROUP_ID_INVALID The supergroup is invalid
|
||||
BUTTON_DATA_INVALID The button callback data contains invalid data or exceeds 64 bytes
|
||||
|
Loading…
Reference in a new issue