Update content of files

This commit is contained in:
GitHub Action 2024-08-02 21:30:12 +00:00
parent b8584bead4
commit 1ef12a752b
2 changed files with 10 additions and 2 deletions

View file

@ -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;

View file

@ -90,7 +90,7 @@
<p>You may also choose to provide certain data to a Bot, including but not limited to your phone number, text, media or locations in order to facilitate the service offered by its SP, or for any other reason as determined solely by you. By providing this data to the Bot, you are in turn providing it to the SP, which is responsible for handling and storing any data provided to it.</p>
<p>Any processing or collection of data by the SP via TBF is subject to any applicable terms between you and the SP. Any data that is shared with Telegram itself is governed by the <a href="/privacy">Telegram Privacy Policy</a>. Accordingly, you agree not to hold Telegram liable should the SP mismanage, misuse, or mishandle the data you provide to it, under any circumstances. </p>
<h4><a class="anchor" name="4-3-telegram-business" href="#4-3-telegram-business"><i class="anchor-icon"></i></a>4.3. Telegram Business</h4>
<p><a href="https://telegram.org/blog/telegram-business">Telegram Business</a> subscribers can connect Bots to their Telegram account, to help them automatically process and respond to messages from user users. Section <a href="https://telegram.org/privacy#6-5-telegram-business-chatbots">6.5. Telegram Business Chatbots</a> of the Telegram Privacy Policy details how these bots operate and what data they can access, should you choose to connect one to your account.</p>
<p><a href="https://telegram.org/blog/telegram-business">Telegram Business</a> subscribers can connect Bots to their Telegram account, to help them automatically process and respond to messages from users. Section <a href="https://telegram.org/privacy#6-5-telegram-business-chatbots">6.5. Telegram Business Chatbots</a> of the Telegram Privacy Policy details how these bots operate and what data they can access, should you choose to connect one to your account.</p>
<p>Bots that support integration with your account via Telegram Business are not different from other Bots made available to you via TBF they are owned, operated and maintained by independent third-parties. Telegram takes every precaution to protect your private data, including mandating that developers follow strict <a href="https://telegram.org/tos/bot-developers">Terms of Service</a> which help regulate how they represent their services to you and handle your data. However, some SP may be negligent or malicious, and Telegram cannot guarantee that they will always operate in good faith, or exactly as you would expect, including but not limited to their Telegram Business offerings, if applicable.</p>
<p>By connecting a Bot to your account through Telegram Business, you agree to indemnify us and hold us harmless from any claims, fees, and damages that may arise from or in connection with unexpected, harmful, or otherwise undesirable actions taken by the Bot you chose or the SP operating it.</p>
<h4><a class="anchor" name="4-4-developer-guidelines" href="#4-4-developer-guidelines"><i class="anchor-icon"></i></a>4.4. Developer Guidelines</h4>