Update content of files

This commit is contained in:
GitHub Action 2024-08-03 14:41:53 +00:00
parent d5a8cc5c40
commit 92b7f25d9b
4 changed files with 16 additions and 37 deletions

View file

@ -4,38 +4,24 @@
<meta charset="utf-8">
<title>messageActionPaymentRefunded</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters
<meta property="description" content="Describes a payment refund (service message received by both users and bots).
Parameters
Name
Type
Description
flags
#
Flags, see TL conditional fields
peer
Peer
 
currency
string
 
total_amount
long…">
Flags…">
<meta property="og:title" content="messageActionPaymentRefunded">
<meta property="og:image" content="">
<meta property="og:description" content="Parameters
<meta property="og:description" content="Describes a payment refund (service message received by both users and bots).
Parameters
Name
Type
Description
flags
#
Flags, see TL conditional fields
peer
Peer
 
currency
string
 
total_amount
long…">
Flags…">
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
@ -70,7 +56,8 @@ long…">
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messageActionPaymentRefunded" >messageActionPaymentRefunded</a></li></ul></div>
<h1 id="dev_page_title">messageActionPaymentRefunded</h1>
<div id="dev_page_content"><p><div class="clearfix">
<div id="dev_page_content"><p>Describes a payment refund (service message received by both users and bots).</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 185 <b class="caret"></b></a>
@ -101,27 +88,27 @@ long…">
<tr>
<td><strong>peer</strong></td>
<td style="text-align: center;"><a href="/type/Peer">Peer</a></td>
<td> </td>
<td>Identifier of the peer that returned the funds.</td>
</tr>
<tr>
<td><strong>currency</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td>
<td>Currency, <code>XTR</code> for Telegram Stars.</td>
</tr>
<tr>
<td><strong>total_amount</strong></td>
<td style="text-align: center;"><a href="/type/long">long</a></td>
<td> </td>
<td>Total price in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href="/bots/payments/currencies.json">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).</td>
</tr>
<tr>
<td><strong>payload</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/bytes">bytes</a></td>
<td> </td>
<td>Bot specified invoice payload (only received by bots).</td>
</tr>
<tr>
<td><strong>charge</strong></td>
<td style="text-align: center;"><a href="/type/PaymentCharge">PaymentCharge</a></td>
<td> </td>
<td>Provider payment identifier</td>
</tr>
</tbody>
</table>

View file

@ -86,7 +86,7 @@
<tr>
<td><strong>compact</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.7?<a href="/constructor/true">true</a></td>
<td> </td>
<td>If set, requests to open the mini app in compact mode (as opposed to fullview mode). Must be set if the <code>mode</code> parameter of the <a href="/api/links#mini-app-links">Mini App link</a> is equal to <code>compact</code>.</td>
</tr>
<tr>
<td><strong>bot</strong></td>

View file

@ -87,7 +87,7 @@
<tr>
<td><strong>compact</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.7?<a href="/constructor/true">true</a></td>
<td> </td>
<td>If set, requests to open the mini app in compact mode (as opposed to fullview mode). Must be set if the <code>mode</code> parameter of the <a href="/api/links#bot-attachment-or-side-menu-links">attachment menu deep link</a> is equal to <code>compact</code>.</td>
</tr>
<tr>
<td><strong>peer</strong></td>

View file

@ -587,8 +587,6 @@ i.icon {
right: 0;
top: 0;
z-index: 100;
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
background-color: var(--header-bg-color);
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
@ -939,7 +937,6 @@ a.tm-pagination-item.active:focus {
right: 0;
top: 0;
bottom: 0;
padding-bottom: env(safe-area-inset-bottom);
background: var(--bg-color);
transition: transform var(--def-transition);
}
@ -1138,8 +1135,6 @@ a.tm-menu-link:focus {
}
.tm-footer {
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
background-color: var(--footer-bg-color);
}
.tm-footer-links {
@ -1310,7 +1305,7 @@ a.tm-menu-link:focus {
.tm-main {
margin: 0 auto;
width: auto;
width: 100%;
max-width: 480px;
padding-bottom: 70px;
flex-grow: 1;
@ -3821,9 +3816,6 @@ a.tm-table-action-link:hover {
.tm-main {
max-width: 720px;
box-sizing: content-box;
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
}
.tm-main-premium {
max-width: 480px;