| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | INPUT_STARS_AMOUNT_INVALID | The specified offer amount in stars is invalid, see here » for the allowed range. |
| 400 | INPUT_STARS_NANOS_INVALID | The specified offer amount in nanotons is invalid, see here » for the allowed range. |
| 400 | INVOICE_INVALID | The specified invoice is invalid. |
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |
| 400 | RESELL_STARS_TOO_FEW | The offered price is too low. |
| 400 | RESELL_STARS_TOO_MUCH | The offered price is too high. |
| 400 | STARGIFT_OFFER_INVALID | The specified offer amount is invalid. |
| 400 | STARGIFT_OFFER_NOT_ALLOWED | You can't send a purchase offer for this gift. |
| 400 | STARGIFT_SLUG_INVALID | The specified gift slug is invalid. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |