diff --git a/data/web/corefork.telegram.org/api/bots/webapps.html b/data/web/corefork.telegram.org/api/bots/webapps.html index 4f639edf87..41c3a832b6 100644 --- a/data/web/corefork.telegram.org/api/bots/webapps.html +++ b/data/web/corefork.telegram.org/api/bots/webapps.html @@ -68,7 +68,7 @@
status
- One of the following values (string):cancelled
– The user closed the invoice popup without paying, before the call to payments.sendPaymentForm.pending
– The payment is still processing: the bot will receive a further service message about a successful or failed payment. payments.sendPaymentForm was successfully invoked, the user completed all additional verification forms returned by the method, the invoice popup was closed but the client hasn't received a messageActionPaymentSent service message yet.failed
– The user tried to pay, but the payment failed: the call to payments.sendPaymentForm returned an RPC error and the popup was closed.failed
– The user tried to pay, but the payment failed: the call to payments.sendPaymentForm returned an RPC error (directly or via a deferred updateServiceNotification) and the popup was closed.paid
– The invoice was paid successfully: the client completed the payment flow », the invoice popup was closed and a messageActionPaymentSent service message was received by the client.