Add START_PARAM_INVALID error

This commit is contained in:
Dan 2019-06-20 14:15:53 +02:00
parent 9ebf2983fe
commit 81e7c1b4eb

View File

@ -107,3 +107,4 @@ LINK_NOT_MODIFIED The chat link was not modified because you tried to link to th
BROADCAST_ID_INVALID The channel is invalid
MEGAGROUP_ID_INVALID The supergroup is invalid
BUTTON_DATA_INVALID The button callback data contains invalid data or exceeds 64 bytes
START_PARAM_INVALID The start parameter is invalid
1 id message
107 BROADCAST_ID_INVALID The channel is invalid
108 MEGAGROUP_ID_INVALID The supergroup is invalid
109 BUTTON_DATA_INVALID The button callback data contains invalid data or exceeds 64 bytes
110 START_PARAM_INVALID The start parameter is invalid