pyrofork: Add STARS_AMOUNT_INVALID exception

Signed-off-by: wulan17 <wulan17@komodos.id>
This commit is contained in:
wulan17 2025-06-09 22:44:59 +07:00
parent cf3eb7125f
commit 4e0e79c80f
No known key found for this signature in database
GPG key ID: 737814D4B5FF0420

View file

@ -503,3 +503,4 @@ BOOSTS_EMPTY You can't modify the icon of the General topic.
BOOST_NOT_MODIFIED You're already boosting the specified channel.
PAYMENT_REQUIRED The payment is required
BOOST_PEER_INVALID The specified `boost_peer` is invalid.
STARS_AMOUNT_INVALID The specified `amount` is invalid.
1 id message
503 BOOST_NOT_MODIFIED You're already boosting the specified channel.
504 PAYMENT_REQUIRED The payment is required
505 BOOST_PEER_INVALID The specified `boost_peer` is invalid.
506 STARS_AMOUNT_INVALID The specified `amount` is invalid.