From d5a8cc5c401f957a13a7faf84d37482affd9998c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 3 Aug 2024 14:34:03 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/api/layers.html | 3 +++ data/web/corefork.telegram.org/api/links.html | 4 ++-- data/web/corefork.telegram.org/api/payments.html | 5 ++++- .../method/messages.requestAppWebView.html | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 3c3493c34f..3db4f807ab 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -156,6 +156,9 @@

Schema changes

diff --git a/data/web/corefork.telegram.org/api/links.html b/data/web/corefork.telegram.org/api/links.html index f0c33480f6..68d1e179b1 100644 --- a/data/web/corefork.telegram.org/api/links.html +++ b/data/web/corefork.telegram.org/api/links.html @@ -1254,7 +1254,7 @@ tg://resolve?domain=<bot_username>&startapp=<start_parameter>&am mode Optional -If equal to compact, the app should be opened in compact mode. +If equal to compact, the messages.requestSimpleWebView.compact flag must be set. @@ -1295,7 +1295,7 @@ tg://resolve?domain=<bot_username>&startapp=<start_parameter>&am mode Optional -If equal to compact, the app should be opened in compact mode. +If equal to compact, the messages.requestSimpleWebView.compact flag must be set. diff --git a/data/web/corefork.telegram.org/api/payments.html b/data/web/corefork.telegram.org/api/payments.html index 3981dc78f8..9729a658c2 100644 --- a/data/web/corefork.telegram.org/api/payments.html +++ b/data/web/corefork.telegram.org/api/payments.html @@ -367,10 +367,13 @@ Further recurring payments will automatically send Telegram Stars » may be refunded by the user/bot that received them by invoking payments.refundStarsCharge, passing to user_id the ID of the user that did the payment, and to charge_id the provider_charge_id from the messageActionPaymentSentMe service message action of the incoming payment.

+

Payments made using Telegram Stars » may be refunded by the user/bot that received them by invoking payments.refundStarsCharge, passing to user_id the ID of the user that did the payment, and to charge_id the provider_charge_id from the messageActionPaymentSentMe service message action of the incoming payment.

+

This will emit a messageActionPaymentRefunded service message.

diff --git a/data/web/corefork.telegram.org/method/messages.requestAppWebView.html b/data/web/corefork.telegram.org/method/messages.requestAppWebView.html index ac078777a9..7cc79cbc28 100644 --- a/data/web/corefork.telegram.org/method/messages.requestAppWebView.html +++ b/data/web/corefork.telegram.org/method/messages.requestAppWebView.html @@ -82,7 +82,7 @@ compact flags.7?true -  +If set, requests to open the mini app in compact mode (as opposed to fullview mode). Must be set if the mode parameter of the direct Mini App deep link is equal to compact. peer