mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
c2bdc3cc6b
commit
a911e380ff
2 changed files with 12 additions and 3 deletions
|
@ -151,10 +151,11 @@
|
|||
<h4><a class="anchor" href="#schema" id="schema" name="schema"><i class="anchor-icon"></i></a>Schema</h4>
|
||||
<div><pre><code><a href="/constructor/messageActionPaymentRefunded">messageActionPaymentRefunded</a>#41b3e202 flags:<a href="/type/%23">#</a> peer:<a href="/type/Peer">Peer</a> currency:<a href="/type/string">string</a> total_amount:<a href="/type/long">long</a> payload:flags.0?<a href="/type/bytes">bytes</a> charge:<a href="/type/PaymentCharge">PaymentCharge</a> = <a href="/type/MessageAction">MessageAction</a>;<br></code></pre></div>
|
||||
<h3><a class="anchor" href="#layer-183" id="layer-183" name="layer-183"><i class="anchor-icon"></i></a><a href="/schema?layer=183">Layer 183</a></h3>
|
||||
<p>This layer adds support for:</p>
|
||||
<p>This layer introduces the following features:</p>
|
||||
<ul>
|
||||
<li><a href="/method/payments.getStarsTransactionsByID">Fetching info about specific Telegram Star transactions »</a></li>
|
||||
<li><a href="/method/payments.getStarsTransactionsByID">Fetch info about specific Telegram Star transactions »</a></li>
|
||||
<li><a href="/api/stars#paying-for-ads-using-telegram-stars">Pay for advertisements using Telegram Stars »</a></li>
|
||||
<li>Device integrity verification improvements for official apps.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" href="#schema-changes" id="schema-changes" name="schema-changes"><i class="anchor-icon"></i></a>Schema changes</h4>
|
||||
<h5><a class="anchor" href="#new-methods" id="new-methods" name="new-methods"><i class="anchor-icon"></i></a>New Methods</h5>
|
||||
|
|
|
@ -587,6 +587,8 @@ 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);
|
||||
|
@ -937,6 +939,7 @@ 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);
|
||||
}
|
||||
|
@ -1135,6 +1138,8 @@ 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 {
|
||||
|
@ -1305,7 +1310,7 @@ a.tm-menu-link:focus {
|
|||
|
||||
.tm-main {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
width: auto;
|
||||
max-width: 480px;
|
||||
padding-bottom: 70px;
|
||||
flex-grow: 1;
|
||||
|
@ -3816,6 +3821,9 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue