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
0892f4da29
commit
970f8e1f5e
5 changed files with 957 additions and 2 deletions
|
@ -1463,13 +1463,14 @@ var Random = {
|
|||
var LoginCodes = {
|
||||
init: function() {
|
||||
Aj.onLoad(function(state) {
|
||||
$('.js-toggle-receive').on('change', LoginCodes.eToggleReceive);
|
||||
var cont = Aj.ajContainer;
|
||||
$(cont).on('change.curPage', '.js-toggle-receive', LoginCodes.eToggleReceive);
|
||||
$(cont).on('click.curPage', '.js-terminate-sessions-btn', LoginCodes.eTerminateSessions);
|
||||
state.needUpdate = true;
|
||||
state.updLastReq = +Date.now();
|
||||
state.updStateTo = setTimeout(LoginCodes.updateState, Main.UPDATE_PERIOD);
|
||||
});
|
||||
Aj.onUnload(function(state) {
|
||||
$('.js-toggle-receive').off('change', LoginCodes.eToggleReceive);
|
||||
clearTimeout(state.updStateTo);
|
||||
state.needUpdate = false;
|
||||
});
|
||||
|
@ -1508,6 +1509,29 @@ var LoginCodes = {
|
|||
number: Aj.state.number,
|
||||
can_receive: can_receive ? 1 : 0
|
||||
});
|
||||
},
|
||||
eTerminateSessions: function(e) {
|
||||
e.preventDefault();
|
||||
LoginCodes.terminateSessions();
|
||||
},
|
||||
terminateSessions: function(terminate_hash) {
|
||||
Aj.apiRequest('terminatePhoneSessions', {
|
||||
number: Aj.state.number,
|
||||
terminate_hash: terminate_hash
|
||||
}, function(result) {
|
||||
if (result.error) {
|
||||
return showAlert(result.error);
|
||||
} else if (result.terminate_hash) {
|
||||
showConfirm(result.confirm_message, function() {
|
||||
LoginCodes.terminateSessions(result.terminate_hash);
|
||||
}, result.confirm_button);
|
||||
} else {
|
||||
$('.js-terminate-sessions-wrap').hide();
|
||||
if (result.msg) {
|
||||
showAlert(result.msg);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
|
345
data/web/telegram.org/privacy.html
Normal file
345
data/web/telegram.org/privacy.html
Normal file
|
@ -0,0 +1,345 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Telegram Privacy Policy</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:title" content="Telegram Privacy Policy">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:site_name" content="Telegram">
|
||||
<meta property="og:description" content="For a detailed explanation of Apple Privacy Labels used by Telegram, see this page
|
||||
1. Introduction
|
||||
This Privacy Policy…">
|
||||
|
||||
|
||||
<meta property="fb:app_id" content="254098051407226">
|
||||
<meta property="vk:app_id" content="3782569">
|
||||
<meta name="apple-itunes-app" content="app-id=686449807">
|
||||
<meta name="telegram:channel" content="@telegram">
|
||||
|
||||
<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">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
<link rel="alternate icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
||||
<link href="/css/telegram.css?237" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
<body class="preload">
|
||||
<div id="fb-root"></div>
|
||||
<div class="tl_page_wrap">
|
||||
<div class="tl_page_head navbar navbar-static-top navbar navbar-tg">
|
||||
<div class="navbar-inner">
|
||||
<div class="container clearfix">
|
||||
<ul class="nav navbar-nav navbar-right"><li class="dropdown top_lang_select"><a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#"><i class="dev_top_lang_icon"></i>EN <b class="minicaret"></b></a>
|
||||
<ul class="dropdown-menu"><li class="chosen "><a href="?setln=en">English</a></li><li class="long "><a href="?setln=id">Bahasa Indonesia</a></li><li class="long "><a href="?setln=ms">Bahasa Melayu</a></li><li class=""><a href="?setln=de">Deutsch</a></li><li class=""><a href="?setln=es">Español</a></li><li class=""><a href="?setln=fr">Français</a></li><li class=""><a href="?setln=it">Italiano</a></li><li class=""><a href="?setln=nl">Nederlands</a></li><li class=""><a href="?setln=uz">O‘zbek</a></li><li class=""><a href="?setln=pl">Polski</a></li><li class="long "><a href="?setln=pt-br">Português (Brasil)</a></li><li class=""><a href="?setln=tr">Türkçe</a></li><li class=""><a href="?setln=be">Беларуская</a></li><li class=""><a href="?setln=ru">Русский</a></li><li class=""><a href="?setln=uk">Українська</a></li><li class=""><a href="?setln=ar">العربية</a></li><li class=""><a href="?setln=fa">فارسی</a></li><li class=""><a href="?setln=ko">한국어</a></li></ul></li><li class="navbar-twitter hidden-xs"><a href="https://twitter.com/telegram" target="_blank" data-track="Follow/Twitter" onclick="trackDlClick(this, event)"><i class="icon icon-twitter"></i> Twitter</a></li></ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<li class=""><a href="/">Home</a></li>
|
||||
<li class=""><a href="/faq">FAQ</a></li>
|
||||
<li class=""><a href="/apps">Apps</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/api">API</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/mtproto">Protocol</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container clearfix tl_page_container ">
|
||||
<div class="tl_page">
|
||||
<div id="dev_page_content_wrap" class=" ">
|
||||
<div class="dev_page_bread_crumbs"></div>
|
||||
<h1 id="dev_page_title">Telegram Privacy Policy</h1>
|
||||
|
||||
<div id="dev_page_content"><!-- scroll_nav -->
|
||||
|
||||
<p></p>
|
||||
<h3><a class="anchor" name="1-introduction" href="#1-introduction"><i class="anchor-icon"></i></a>1. Introduction</h3>
|
||||
<p>This Privacy Policy sets out how we, Telegram Messenger Inc. <strong>(“Telegram”)</strong>, use and protect your personal data that you provide to us, or that is otherwise obtained or generated by us, in connection with your use of our cloud-based messaging services (the <strong>“Services”</strong>). For the purposes of this Privacy Policy, <strong>‘we’</strong>, <strong>‘us’</strong> and <strong>‘our’</strong> refers to Telegram, and <strong>‘you’</strong> refers to you, the user of the Services.</p>
|
||||
<h4><a class="anchor" name="1-1-privacy-principles" href="#1-1-privacy-principles"><i class="anchor-icon"></i></a>1.1 Privacy Principles</h4>
|
||||
<p>Telegram has two fundamental principles when it comes to collecting and processing private data:</p>
|
||||
<ul>
|
||||
<li>We don't use your data to show you ads.</li>
|
||||
<li>We only store the data that Telegram needs to function as a secure and feature-rich messaging service.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="1-2-terms-of-service" href="#1-2-terms-of-service"><i class="anchor-icon"></i></a>1.2. Terms of Service</h4>
|
||||
<p>This Privacy Policy forms part of our Terms of Service, which describes the terms under which you use our Services and which are available at <strong><a href="https://telegram.org/tos"><a href="https://telegram.org/tos">https://telegram.org/tos</a></a></strong>. This Privacy Policy should therefore be read in conjunction with those terms.</p>
|
||||
<h4><a class="anchor" name="1-3-table-of-contents" href="#1-3-table-of-contents"><i class="anchor-icon"></i></a>1.3. Table of Contents</h4>
|
||||
<p>This Privacy Policy explains the following:</p>
|
||||
<ul>
|
||||
<li><a href="#2-legal-ground-for-processing-your-personal-data">the legal basis for processing your personal data;</a></li>
|
||||
<li><a href="#3-what-personal-data-we-use">what personal data we may collect from you;</a></li>
|
||||
<li><a href="#4-keeping-your-personal-data-safe">how we keep your personal data safe;</a></li>
|
||||
<li><a href="#5-processing-your-personal-data">what we may use your personal data for;</a></li>
|
||||
<li><a href="#8-who-your-personal-data-may-be-shared-with">who your personal data may be shared with;</a> and </li>
|
||||
<li><a href="#9-your-rights-regarding-the-personal-data-you-provide-to-us">your rights regarding your personal data.</a></li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="1-4-eea-representative" href="#1-4-eea-representative"><i class="anchor-icon"></i></a>1.4. EEA Representative</h4>
|
||||
<p>If you live in a country in the <a href="https://en.wikipedia.org/wiki/European_Economic_Area">European Economic Area</a> (EEA), the Services are provided by Telegram, which for the purposes of applicable data protection legislation is the data controller responsible for your personal data when you use our Services. However, as Telegram is located outside the EEA, we have designated a third party, European Data Protection Office (EDPO), as our <a href="https://www.smartcertificate.com/SmartDiploma/Default.aspx?1%7ca3cc3bd9-a15a-4a85-897a-9d1f15863860%7c1265c70e-d9ce-48ab-8670-d7d83fa20148#">representative</a> pursuant to Article 27 of the GDPR. You can direct to EDPO any of your GDPR-related queries:</p>
|
||||
<ul>
|
||||
<li>by using EDPO’s online request form at <a href="https://edpo.com/telegram-gdpr-data-request/"><a href="https://edpo.com/telegram-gdpr-data-request/">https://edpo.com/telegram-gdpr-data-request/</a></a> or</li>
|
||||
<li>by writing to EDPO at Avenue Huart Hamoir 71, 1030 Brussels, Belgium.</li>
|
||||
</ul>
|
||||
<h3><a class="anchor" name="2-legal-ground-for-processing-your-personal-data" href="#2-legal-ground-for-processing-your-personal-data"><i class="anchor-icon"></i></a>2. Legal Ground for Processing Your Personal Data</h3>
|
||||
<p>We process your personal data on the ground that such processing is necessary to further our legitimate interests (including: <em>(1)</em> providing effective and innovative Services to our users; and <em>(2)</em> to detect, prevent or otherwise address fraud or security issues in respect of our provision of Services), unless those interests are overridden by your interest or fundamental rights and freedoms that require protections of personal data.</p>
|
||||
<h3><a class="anchor" name="3-what-personal-data-we-use" href="#3-what-personal-data-we-use"><i class="anchor-icon"></i></a>3. What Personal Data We Use</h3>
|
||||
<h4><a class="anchor" name="3-1-basic-account-data" href="#3-1-basic-account-data"><i class="anchor-icon"></i></a>3.1. Basic Account Data</h4>
|
||||
<p>Telegram is a communication service. You provide your mobile number and basic account data (which may include profile name, profile picture and about information) to create a Telegram account.</p>
|
||||
<p>To make it easier for your contacts and other people to reach you and recognize who you are, the screen name you choose, your profile pictures, and your <a href="https://telegram.org/faq#usernames-and-t-me">username</a> (should you choose to set one) on Telegram are always public. We don't want to know your real name, gender, age or what you like. </p>
|
||||
<p>We do <strong>not</strong> require your screen name to be your real name. Note that users who have you in their contacts will see you by the name they saved and not by your screen name. This way your mother can have the public name 'Johnny Depp' while appearing as 'Mom' to you and as 'Boss' to her underlings at work (or the other way around, depending on how these relationships are structured).</p>
|
||||
<h4><a class="anchor" name="3-1-1-optional-data" href="#3-1-1-optional-data"><i class="anchor-icon"></i></a>3.1.1. Optional Data</h4>
|
||||
<p>You can add your birthday (with or without the year) to your Telegram profile if you wish to do so. You can granularly choose which users are able to see it on your profile (by default, your Contacts), and they will be shown a reminder on the day. We may use data about your age to determine your eligibility for accessing age-specific content.</p>
|
||||
<p><a href="https://telegram.org/blog/telegram-business">Telegram Business</a> subscribers can add a fixed location and a list of opening hours to their profile, to help clients identify and engage with their business more efficiently on Telegram. If you choose to add it to your profile, this information is always public.</p>
|
||||
<h4><a class="anchor" name="3-2-your-email-address" href="#3-2-your-email-address"><i class="anchor-icon"></i></a>3.2. Your Email Address</h4>
|
||||
<p>When you enable 2-step-verification for your account or store documents using the Telegram Passport feature, you can opt to set up a password recovery email. This address will only be used to send you a password recovery code if you forget it. That's right: no marketing or “we miss you” bullshit.</p>
|
||||
<p>From September 2022, we may ask some users to provide an email address to receive login codes via email instead of SMS (with an option to use 'Sign in With Google' / 'Sign in with Apple'). In this case, we will receive an email address which will be stored separately from the recovery email, and will only be used to send you authentication codes when you log in to your account. The login email address will be stored until it is changed or the account is deleted.</p>
|
||||
<h4><a class="anchor" name="3-3-your-messages" href="#3-3-your-messages"><i class="anchor-icon"></i></a>3.3. Your Messages</h4>
|
||||
<h5><a class="anchor" name="3-3-1-cloud-chats" href="#3-3-1-cloud-chats"><i class="anchor-icon"></i></a>3.3.1. Cloud Chats</h5>
|
||||
<p>Telegram is a cloud service. We store messages, photos, videos and documents from your <em>cloud chats</em> on our servers so that you can access your data from any of your devices anytime without having to rely on third-party backups. All data is stored heavily encrypted and the encryption keys in each case are stored in several other data centers in different jurisdictions. This way local engineers or physical intruders cannot get access to user data.</p>
|
||||
<h5><a class="anchor" name="3-3-2-secret-chats" href="#3-3-2-secret-chats"><i class="anchor-icon"></i></a>3.3.2. Secret Chats</h5>
|
||||
<p><em>Secret chats</em> use end-to-end encryption. This means that all data is encrypted with a key that only you and the recipient know. There is <strong>no way</strong> for us or anybody else without direct access to your device to learn what content is being sent in those messages. We do not store your secret chats on our servers. We also do not keep any logs for messages in secret chats, so after a short period of time we no longer know who or when you messaged via secret chats. For the same reasons secret chats are not available in the cloud — you can only access those messages from the device they were sent <em>to</em> or <em>from</em>.</p>
|
||||
<h5><a class="anchor" name="3-3-3-media-in-secret-chats" href="#3-3-3-media-in-secret-chats"><i class="anchor-icon"></i></a>3.3.3. Media in Secret Chats</h5>
|
||||
<p>When you send photos, videos or files via secret chats, before being uploaded, each item is encrypted with a separate key, not known to the server. This key and the file’s location are then encrypted again, this time with the secret chat’s key — and sent to your recipient. They can then download and decipher the file. This means that the file is technically on one of Telegram’s servers, but it looks like a piece of random indecipherable garbage to everyone except for you and the recipient. We don’t know what this random data stands for and we have no idea which particular chat it belongs to. We periodically purge this random data from our servers to save disk space.</p>
|
||||
<h5><a class="anchor" name="3-3-4-public-chats" href="#3-3-4-public-chats"><i class="anchor-icon"></i></a>3.3.4. Public Chats</h5>
|
||||
<p>In addition to private messages, Telegram also supports public channels and public groups. All public chats are cloud chats (see <a href="#3-3-1-cloud-chats">section 3.3.1 above</a>). Like everything on Telegram, the data you post in public communities is encrypted, both in storage and in transit — but everything you post in public will be accessible to everyone.</p>
|
||||
<h5><a class="anchor" name="3-4-phone-number-and-contacts" href="#3-4-phone-number-and-contacts"><i class="anchor-icon"></i></a>3.4. Phone Number and Contacts</h5>
|
||||
<p>Telegram uses phone numbers as unique identifiers so that it is easy for you to switch from SMS and other messaging apps and retain your social graph. We ask your permission before syncing your contacts.</p>
|
||||
<p>We store your up-to-date contacts in order to notify you as soon as one of your contacts signs up for Telegram and to properly display names in notifications. We only need the number and name (first and last) for this to work and store no other data about your contacts.</p>
|
||||
<p>Our automatic algorithms can also use anonymized sets of phone numbers to calculate the approximate number of potential contacts an unregistered phone number may have on Telegram. When you open the 'Invite friends' interface, we display the resulting statistics next to your contacts to give you an idea of who could benefit most from joining Telegram. </p>
|
||||
<p>You can always stop syncing contacts or delete them from our servers in Settings > Privacy & Security > Data Settings.</p>
|
||||
<blockquote>
|
||||
<p>If you are using Android, Telegram will ask you for permission to access your phone call logs (READ_CALL_LOG). If you grant this permission, Telegram will be able verify your account by transmitting a phone call instead of asking you to enter a code. Telegram uses this permission only to confirm receipt of the confirmation call by verifying the number in the call log.</p>
|
||||
</blockquote>
|
||||
<h4><a class="anchor" name="3-5-location-data" href="#3-5-location-data"><i class="anchor-icon"></i></a>3.5. Location Data</h4>
|
||||
<p>If you share a location in a chat, this location data is treated like other messages in <a href="https://telegram.org/privacy?setln=en#3-3-1-cloud-chats">cloud</a> or <a href="https://telegram.org/privacy?setln=en#3-3-2-secret-chats">secret chats</a> respectively.</p>
|
||||
<p>If you share your <a href="https://telegram.org/blog/live-locations">Live Location</a> in any chat or turn on <em>’Make Myself Visible’</em> in <a href="https://telegram.org/blog/new-profiles-people-nearby#people-nearby-2-0">People Nearby</a>, Telegram will use your data to display your location to those users with whom you are sharing it, even when the app is closed – for as long as you keep these optional features activated.</p>
|
||||
<h5><a class="anchor" name="3-6-cookies" href="#3-6-cookies"><i class="anchor-icon"></i></a>3.6. Cookies</h5>
|
||||
<p>The only cookies we use are those to operate and provide our Services on the web. We do not use cookies for profiling or advertising. The cookies we use are small text files that allow us to provide and customize our Services, and in doing so provide you with an enhanced user experience. Your browser should allow you to control these cookies, including whether or not to accept them and how to remove them. You may choose to block cookies with your web browser, however, if you do disable these cookies you will not be able to log in to Telegram Web.</p>
|
||||
<h3><a class="anchor" name="4-keeping-your-personal-data-safe" href="#4-keeping-your-personal-data-safe"><i class="anchor-icon"></i></a>4. Keeping Your Personal Data Safe</h3>
|
||||
<h4><a class="anchor" name="4-1-storing-data" href="#4-1-storing-data"><i class="anchor-icon"></i></a>4.1. Storing Data</h4>
|
||||
<p>If you signed up for Telegram from the UK or the EEA, your data is stored in data centers in the Netherlands. These are third-party provided data centers in which Telegram rents a designated space. However, the servers and networks that sit inside these data centers and on which your personal data is stored are owned by Telegram. As such, we do not share your personal data with such data centers. All data is stored heavily encrypted so that local Telegram engineers or physical intruders cannot get access.</p>
|
||||
<h4><a class="anchor" name="4-2-end-to-end-encrypted-data" href="#4-2-end-to-end-encrypted-data"><i class="anchor-icon"></i></a>4.2. End-to-End Encrypted Data</h4>
|
||||
<p>Your messages, media and files from secret chats (see <a href="#3-3-2-secret-chats">section 3.3.2</a> above), as well as the contents of your calls and the data you store in your <a href="https://telegram.org/blog/passport">Telegram Passport</a> are processed only on your device and on the device of your recipient. Before this data reaches our servers, it is encrypted with a key known only to you and the recipient. While Telegram servers will handle this end-to-end encrypted data to deliver it to the recipient – or store it in the case of Telegram Passport data, we have no ways of deciphering the actual information. In this case, we neither store nor process your personal data, rather we store and process random sequences of symbols that have no meaning without the keys which we don’t have.</p>
|
||||
<h4><a class="anchor" name="4-3-retention" href="#4-3-retention"><i class="anchor-icon"></i></a>4.3. Retention</h4>
|
||||
<p>Unless stated otherwise in this Privacy Policy, the personal data that you provide us will only be stored for as long as it is necessary for us to fulfill our obligations in respect of the provision of the Services.</p>
|
||||
<h3><a class="anchor" name="5-processing-your-personal-data" href="#5-processing-your-personal-data"><i class="anchor-icon"></i></a>5. Processing Your Personal Data</h3>
|
||||
<h4><a class="anchor" name="5-1-our-services" href="#5-1-our-services"><i class="anchor-icon"></i></a>5.1. Our Services</h4>
|
||||
<p>Telegram is a cloud service. We will process your data to deliver your cloud chat history, including messages, media and files, to any devices of your choosing without a need for you to use third-party backups or cloud storage.</p>
|
||||
<h4><a class="anchor" name="5-2-safety-and-security" href="#5-2-safety-and-security"><i class="anchor-icon"></i></a>5.2. Safety and Security</h4>
|
||||
<p>Telegram supports massive communities which we have to police against abuse and Terms of Service violations. Telegram also has more than <a href="https://telegram.org/blog/700-million-and-premium">900 million</a> users which makes it a lucrative target for spammers. To improve the security of your account, as well as to prevent <a href="https://telegram.org/faq_spam">spam</a>, abuse, and other violations of our Terms of Service, we may collect metadata such as your IP address, devices and Telegram apps you've used, history of username changes, etc. If collected, this metadata can be kept for 12 months maximum.</p>
|
||||
<h4><a class="anchor" name="5-3-spam-and-abuse" href="#5-3-spam-and-abuse"><i class="anchor-icon"></i></a>5.3. Spam and Abuse</h4>
|
||||
<p>To prevent phishing, spam and other kinds of abuse and violations of Telegram’s Terms of Service, our moderators may check messages that were reported to them by their recipients. If a spam report on a message you sent is confirmed by our moderators, your account may be limited from contacting strangers – temporarily or permanently. You can send an appeal using <a href="https://t.me/spambot">@Spambot</a>. In case of more serious violations, your account may be banned. We may also use automated algorithms to analyze messages in cloud chats to stop spam and phishing.</p>
|
||||
<h4><a class="anchor" name="5-4-cross-device-functionality" href="#5-4-cross-device-functionality"><i class="anchor-icon"></i></a>5.4. Cross-Device Functionality</h4>
|
||||
<p>We may also store some aggregated metadata to create Telegram features (see <a href="#5-5-advanced-features">section 5.5</a> below) that work across all your devices.</p>
|
||||
<h4><a class="anchor" name="5-5-advanced-features" href="#5-5-advanced-features"><i class="anchor-icon"></i></a>5.5. Advanced features</h4>
|
||||
<p>We may use some aggregated data about how you use Telegram to build useful features. For example, when you open the Search menu, Telegram displays the people you are more likely to message in a box at the top of the screen. To do this, we calculate a rating that shows which people you message frequently. A similar rating is calculated for inline bots so that the app can suggest the bots you are most likely to use in the attachment menu (or when you start a new message with “@”). To turn this feature off and delete the relevant data, go to Settings > Privacy & Security > Data Settings and disable “Suggest Frequent Contacts”.</p>
|
||||
<h4><a class="anchor" name="5-6-no-ads-based-on-user-data" href="#5-6-no-ads-based-on-user-data"><i class="anchor-icon"></i></a>5.6. No Ads Based on User Data</h4>
|
||||
<p>Unlike other services, we don't use your data for ad targeting or other commercial purposes. Telegram only stores the information it needs to function as a secure and feature-rich cloud service. </p>
|
||||
<p>Telegram offers a <a href="https://promote.telegram.org/">tool</a> for advertisers to promote their messages in <a href="https://telegram.org/tour/channels">public one-to-many channels</a>, but these sponsored messages are based solely on the topic of the public channels in which they are shown. No user data is mined or analyzed to display ads or sponsored messages.</p>
|
||||
<h3><a class="anchor" name="6-bot-messages" href="#6-bot-messages"><i class="anchor-icon"></i></a>6. Bot Messages</h3>
|
||||
<h4><a class="anchor" name="6-1-ecosystem" href="#6-1-ecosystem"><i class="anchor-icon"></i></a>6.1. Ecosystem</h4>
|
||||
<p>Telegram has an API that allows third-party developers to create <a href="https://core.telegram.org/bots">bots</a>. Bots are apps that look like special Telegram users: you can talk to them from your chat list, add them to groups or use a special <a href="https://telegram.org/blog/inline-bots">“inline”</a> interface to access their features. By performing any of these actions, you will be sending some of your data to the respective third-party bot developers.</p>
|
||||
<h4><a class="anchor" name="6-2-how-bots-can-receive-data" href="#6-2-how-bots-can-receive-data"><i class="anchor-icon"></i></a>6.2. How Bots Can Receive Data</h4>
|
||||
<p>You can send data to bot developers when you interact with their bots in one of these ways:</p>
|
||||
<ul>
|
||||
<li>By sending messages to a bot.</li>
|
||||
<li>By using an <a href="https://telegram.org/blog/inline-bots">inline bot</a>.</li>
|
||||
<li>By participating in a group with a bot.</li>
|
||||
<li>By pressing buttons in messages sent by a bot.</li>
|
||||
<li>By paying for goods and services via bots (see <a href="#7-third-party-payment-services">section 7</a> below).</li>
|
||||
<li>By sending a <a href="https://telegram.org/blog/shared-media-scrolling-calendar-join-requests-and-more#join-requests-for-groups-and-channels">join request</a> to a group or channel.</li>
|
||||
<li>By using Telegram Business features that connect a chatbot to your account.</li>
|
||||
<li>By opening a chat with a Telegram Business account controlled by a chatbot (see <a href="#6-5-telegram-business-chatbots">section 6.5</a> below).</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="6-3-what-data-bots-receive" href="#6-3-what-data-bots-receive"><i class="anchor-icon"></i></a>6.3. What Data Bots Receive</h4>
|
||||
<p>In any of the above cases, the developers of an automated user (bot) can get your public account data (see <a href="#3-1-basic-account-data">section 3.1</a> above): your screen name, username and profile picture(s).</p>
|
||||
<p>Bots can also receive the following data when you <strong>interact</strong> with them.</p>
|
||||
<ul>
|
||||
<li>Bots will obviously get your messages when you send them something.</li>
|
||||
<li>If you click on links or buttons provided by the bot, the bot can potentially get your IP address (provided that it controls the website to which the link leads). </li>
|
||||
<li>If the bot is a member of the same group with you, it may know you are a member.</li>
|
||||
<li>When you start your message with the username of an <a href="https://telegram.org/blog/inline-bots">inline bot</a> (e.g. <a href="https://t.me/gif">@gif</a>) the interface transforms so that everything you type becomes a query to that bot. This query is sent to the bot so that it can provide its service. We will warn you about this the first time you use an inline bot.</li>
|
||||
<li>Bots added to groups can operate in two modes: with access to messages in the group or <a href="https://core.telegram.org/bots#privacy-mode">without access</a>. If the bot has access to messages, it can see everything that happens in the group. The interface clearly shows whether or not a bot has access to messages in groups.</li>
|
||||
<li>To facilitate text localization, bots you <a href="#6-2-how-bots-can-receive-data">interact</a> with (including via chats managed by <a href="#6-5-telegram-business-chatbots">Telegram Business Chatbots</a>), may receive your interface language based on your app or operating system language settings. Note that if you update your language settings, bots may continue to receive your previous language for some time.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="6-4-bots-are-not-maintained-by-telegram" href="#6-4-bots-are-not-maintained-by-telegram"><i class="anchor-icon"></i></a>6.4. Bots Are Not Maintained by Telegram</h4>
|
||||
<p>Other than our own bots, no other bots or third-party bot developers are affiliated with Telegram. They are completely independent from us. They should ask you for your permission before they access your data or you make it available to them.</p>
|
||||
<h4><a class="anchor" name="6-5-telegram-business-chatbots" href="#6-5-telegram-business-chatbots"><i class="anchor-icon"></i></a>6.5. Telegram Business Chatbots</h4>
|
||||
<p><a href="https://telegram.org/blog/telegram-business">Telegram Business</a> subscribers can connect third-party bots to their Telegram account, to help them automatically process and respond to messages from users.</p>
|
||||
<h4><a class="anchor" name="6-5-1-communicating-with-a-business-chatbot" href="#6-5-1-communicating-with-a-business-chatbot"><i class="anchor-icon"></i></a>6.5.1. Communicating with a Business Chatbot</h4>
|
||||
<p>Telegram users have been able to communicate with bots, including bots run by businesses, since 2015. With the introduction of Telegram Business, users can also seamlessly interface with bots in private chats with Telegram Business users who have connected a chatbot to their account.</p>
|
||||
<p>If you message a Business user who connected a chatbot to their account, depending on their settings, you may be effectively communicating with a bot, and it will receive basic data about you as detailed in <a href="#6-3-what-data-bots-receive">section 6.3</a> above.</p>
|
||||
<h4><a class="anchor" name="6-5-2-using-a-business-chatbot-to-manage-your-chats" href="#6-5-2-using-a-business-chatbot-to-manage-your-chats"><i class="anchor-icon"></i></a>6.5.2. Using a Business Chatbot to Manage Your Chats</h4>
|
||||
<p>If you connect a third-party bot to your account via Telegram Business, the bot will have access to basic information about your account (see <a href="#6-3-what-data-bots-receive">section 6.3</a> above), and will be able to message you privately. Additionally, the bot will have access to all messages, media and files contained in the private chats you allow it to manage. Lastly, if you grant it permission to do so (and only in the private chats you assigned to it), the bot will be able to send messages and perform other actions on your behalf. </p>
|
||||
<p>You can alter or revoke the bot’s permissions, including the list of chats it can access, at any time from <em>Settings > Telegram Business > Chatbots</em> on official Telegram clients.</p>
|
||||
<h3><a class="anchor" name="7-third-party-payment-services" href="#7-third-party-payment-services"><i class="anchor-icon"></i></a>7. Third Party Payment Services</h3>
|
||||
<h4><a class="anchor" name="7-1-payment-information" href="#7-1-payment-information"><i class="anchor-icon"></i></a>7.1. Payment Information</h4>
|
||||
<p>The <a href="https://core.telegram.org/bots/payments">Payment Platform for Bots</a> is available to users as of <a href="https://telegram.org/blog/payments">Telegram 4.0</a>. Telegram does not process payments from users and instead relies on different payment providers around the world. It is the payment providers that handle and store your credit card details. Neither Telegram nor the merchants on the platform (bot developers) have access to this information. Although we work with payment providers they are completely independent from Telegram. Please study their relevant privacy policies before making your data available to them. </p>
|
||||
<h4><a class="anchor" name="7-2-credit-card-information" href="#7-2-credit-card-information"><i class="anchor-icon"></i></a>7.2. Credit Card Information</h4>
|
||||
<p>When making a purchase, you enter your credit card details into a form supplied by the payment provider that will be processing the payment, and this information goes directly to the payment provider's server. Your credit card information never reaches Telegram's servers. We do not access and do not store your credit card information. When you save your credit card info, it is saved on the respective payment provider's servers and the payment provider gives Telegram a <em>token</em> that you can reuse for future payments. It is not possible to reconstruct your credit card info from the token.</p>
|
||||
<h4><a class="anchor" name="7-3-shipping-information" href="#7-3-shipping-information"><i class="anchor-icon"></i></a>7.3 Shipping Information</h4>
|
||||
<p>When you enter shipping information in the process of placing an order, we send it directly to the merchant bot developer. We can store your shipping information for you if you choose to save it for future purchases. We will delete this information immediately if you ask us to.</p>
|
||||
<h4><a class="anchor" name="7-4-clearing-payment-information" href="#7-4-clearing-payment-information"><i class="anchor-icon"></i></a>7.4. Clearing Payment Information</h4>
|
||||
<p>You can clear all payment information associated with your account at any time by going to Telegram Settings > Privacy & Security > Data Settings and selecting ‘Clear Payment & Shipping Info’. If you choose to remove your payment information, we will delete your stored shipping info and payment tokens from all providers and ask the payment providers to remove your credit card information that they store.</p>
|
||||
<h4><a class="anchor" name="7-5-payment-disputes" href="#7-5-payment-disputes"><i class="anchor-icon"></i></a>7.5. Payment Disputes</h4>
|
||||
<p>Due to the fact that Telegram doesn't store any credit card details or transaction information, it is impossible for us to handle complaints or cashbacks – any disputed payments are the responsibility of the bot developers, payment providers, and banks that participated in the exchange.</p>
|
||||
<h3><a class="anchor" name="8-who-your-personal-data-may-be-shared-with" href="#8-who-your-personal-data-may-be-shared-with"><i class="anchor-icon"></i></a>8. Who Your Personal Data May Be Shared With</h3>
|
||||
<h4><a class="anchor" name="8-1-other-telegram-users" href="#8-1-other-telegram-users"><i class="anchor-icon"></i></a>8.1. Other Telegram Users</h4>
|
||||
<p>Other users of our Services with whom you choose to communicate with and share certain information, who may be located outside the EEA. Note that by entering into the Terms of Service and choosing to communicate with such other users of Telegram, you are instructing us to transfer your personal data, on your behalf, to those users in accordance with this Privacy Policy. We employ all appropriate technical and organizational measures (including encryption of your personal data) to ensure a level of security for your personal data that is appropriate to the risk. However, note that if you chat with others and share data with them, they become capable of sharing such data further with third parties without your knowledge or consent, and Telegram has no way to prevent this.</p>
|
||||
<h4><a class="anchor" name="8-2-telegrams-group-companies" href="#8-2-telegrams-group-companies"><i class="anchor-icon"></i></a>8.2. Telegram’s Group Companies</h4>
|
||||
<p>To provide, improve and support our Services, we may share your personal data with: <em>(1)</em> our parent company, Telegram Group Inc, located in the British Virgin Islands, <em>(2)</em> Telegraph Inc., a group member also located in the BVI; and <em>(3)</em> Telegram FZ-LLC, a group member located in Dubai. We will implement appropriate safeguards to protect the security and integrity of that personal data. This will take the form of standard contract clauses approved by the European Commission in an agreement between us and our relevant group companies. If you would like more information regarding these clauses, please contact our EEA representative using the details in <a href="#1-4-eea-representative">section 1.4</a> above.</p>
|
||||
<h4><a class="anchor" name="8-3-law-enforcement-authorities" href="#8-3-law-enforcement-authorities"><i class="anchor-icon"></i></a>8.3. Law Enforcement Authorities</h4>
|
||||
<p>If Telegram receives a court order that confirms you're a terror suspect, we may disclose your IP address and phone number to the relevant authorities. So far, this has never happened. When it does, we will include it in a semiannual transparency report published at: <a href="https://t.me/transparency"><a href="https://t.me/transparency">https://t.me/transparency</a></a>.</p>
|
||||
<h4><a class="anchor" name="8-4-translation-of-chats-channels-and-specific-messages-at-the-r" href="#8-4-translation-of-chats-channels-and-specific-messages-at-the-r"><i class="anchor-icon"></i></a>8.4. Translation of Chats, Channels and specific Messages at the Request of the User</h4>
|
||||
<p>Users can choose to translate a specific text message into a different language by tapping “Translate” in the action menu of the message (to enable this option, a user should first turn on Translation services in the Settings > Languages section of the Telegram application). Telegram Premium users can also optionally enable automatic live translation on any chat, group or channel.</p>
|
||||
<p>Since Telegram may rely on a third-party, Google LLC, subsidiary of Alphabet Inc, for automatic translation of messages, the text of any message or set of messages that users choose to translate may be shared with Google in order to obtain their translated versions. Google will only access the data to provide a translation and will not use it for any other Google products, services, or advertising.</p>
|
||||
<h4><a class="anchor" name="8-5-transcription-of-voice-and-video-messages-at-the-request-of" href="#8-5-transcription-of-voice-and-video-messages-at-the-request-of"><i class="anchor-icon"></i></a>8.5. Transcription of Voice and Video Messages at the Request of the User</h4>
|
||||
<p>Some users can choose to convert a voice or video message to text by tapping on the Voice-to-Text icon (“->A”) displayed on eligible messages (to be able to use this option, users should subscribe to Telegram Premium in the Settings > Telegram Premium section of the Telegram application). </p>
|
||||
<p>Since Telegram may rely on a third party, Google LLC, subsidiary of Alphabet Inc, for voice-to-text conversion, the <strong>audio data</strong> of voice and video messages that users choose to convert to text may be shared with Google in order to obtain their transcribed versions. Only audio data may be shared for this purpose (no other data, such as the user's IP address or any information about their account is shared). According to the agreement between Telegram and Google, Telegram will pay for the transcriptions on behalf of its users and Google will only access the audio data to provide a transcribed version – it will not log audio data or transcripts, and will not use the data for any other Google products, services, or advertising.</p>
|
||||
<h3><a class="anchor" name="9-your-rights-regarding-the-personal-data-you-provide-to-us" href="#9-your-rights-regarding-the-personal-data-you-provide-to-us"><i class="anchor-icon"></i></a>9. Your Rights Regarding the Personal Data You Provide to Us</h3>
|
||||
<h4><a class="anchor" name="9-1-your-rights" href="#9-1-your-rights"><i class="anchor-icon"></i></a>9.1. Your Rights</h4>
|
||||
<p>Under applicable data protection legislation, in certain circumstances, you have rights concerning your personal data. You have a right to: <em>(1)</em> request a copy of all your personal data that we store and to transmit that copy to another data controller; <em>(2)</em> delete (see <a href="#10-deleting-data">section 10</a> below) or amend your personal data; <em>(3)</em> restrict, or object to, the processing of your personal data; <em>(4)</em> correct any inaccurate or incomplete personal data we hold on you; and <em>(5)</em> lodge a complaint with national data protection authorities regarding our processing of your personal data.</p>
|
||||
<h4><a class="anchor" name="9-2-exercising-your-rights" href="#9-2-exercising-your-rights"><i class="anchor-icon"></i></a>9.2. Exercising Your Rights</h4>
|
||||
<p>If you wish to exercise any of these rights, kindly use the contact details in <a href="#12-questions-and-concerns">section 12</a> below.</p>
|
||||
<h4><a class="anchor" name="9-3-data-settings" href="#9-3-data-settings"><i class="anchor-icon"></i></a>9.3. Data Settings</h4>
|
||||
<p>You can control how your data is used (e.g., delete synced contacts) in <em>Settings > Privacy & Security > Data Settings</em> (using one of our mobile apps). </p>
|
||||
<p>Sadly, if you're not OK with Telegram's modest minimum requirements, it won't be possible for us to provide you with our Services. You can delete your Telegram account by proceeding to the <a href="https://telegram.org/deactivate">deactivation page</a>.</p>
|
||||
<h3><a class="anchor" name="10-deleting-data" href="#10-deleting-data"><i class="anchor-icon"></i></a>10. Deleting data</h3>
|
||||
<h4><a class="anchor" name="10-1-accounts" href="#10-1-accounts"><i class="anchor-icon"></i></a>10.1. Accounts</h4>
|
||||
<p>If you would like to delete your account, you can do this on the <a href="https://telegram.org/deactivate">deactivation page</a>. Deleting your account removes all messages, media, contacts and every other piece of data you store in the Telegram cloud. This action must be confirmed via your Telegram account and cannot be undone.</p>
|
||||
<h4><a class="anchor" name="10-2-messages" href="#10-2-messages"><i class="anchor-icon"></i></a>10.2. Messages</h4>
|
||||
<ul>
|
||||
<li>In secret chats, deleting a message always instructs the app on the other end to delete it too.</li>
|
||||
<li>In cloud chats, you can choose to delete a message for all participants within at least 48 hours after sending. Otherwise, deleting a message will delete it from your message history. This means that a copy will stay on the server as part of your partner's message history. As soon as your partner deletes it too, it's gone forever.</li>
|
||||
<li>As of <a href="https://telegram.org/blog/unsend-privacy-emoji">version 5.5</a>, any party can choose to delete any messages in one-on-one chats, both sent and received, for both sides. There is no time limit. Any party can also opt to clear the entire chat history for both parties, in which case the apps will be instructed to remove all messages in that chat, regardless of how many messages are retained by either of the participants.</li>
|
||||
<li>In <a href="https://telegram.org/blog/supergroups">supergroups</a> and channels, deleting a message removes it for all participants. Note that deleted messages and original versions of edited messages from supergroups are stored for 48 hours after deletion in order to be shown in the <a href="https://telegram.org/blog/admin-revolution#recent-admin-actions">admins log</a>.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="10-3-self-destructing-messages" href="#10-3-self-destructing-messages"><i class="anchor-icon"></i></a>10.3. Self-Destructing Messages</h4>
|
||||
<p>Messages in Secret Chats can be ordered to <a href="/faq#q-how-do-self-destructing-messages-work">self-destruct</a>. As soon as such a message is <a href="/faq#q-what-do-the-check-marks-mean">read</a> (2 checks appear), the countdown starts. When the timer expires, both devices participating in a secret chat are instructed to delete the message (photo, video, etc.). Media with short timers (less than a minute) are shown with blurred previews. The timer is triggered when they are viewed.</p>
|
||||
<h4><a class="anchor" name="10-4-account-self-destruction" href="#10-4-account-self-destruction"><i class="anchor-icon"></i></a>10.4. Account Self-Destruction</h4>
|
||||
<p>By default, if you stop using Telegram and do not come online for at least 6 months, your account will be deleted along with all messages, media, contacts and every other piece of data you store in the Telegram cloud. You can go to Settings to change the exact period after which your inactive account will self-destruct.</p>
|
||||
<h3><a class="anchor" name="11-changes-to-this-privacy-policy" href="#11-changes-to-this-privacy-policy"><i class="anchor-icon"></i></a>11. Changes to this Privacy Policy</h3>
|
||||
<p>We will review and may update this Privacy Policy from time to time. Any changes to this Privacy Policy will become effective when we post the revised Privacy Policy on this page <strong><a href="https://telegram.org/privacy">www.telegram.org/privacy</a></strong>. Please check our website frequently to see any updates or changes to our Privacy Policy, a summary of which we will set out below. </p>
|
||||
<p><strong>March 25, 2019</strong></p>
|
||||
<ul>
|
||||
<li>Expanded <a href="#10-2-messages">10.2. Deleting Messages</a> with data on the new features in <a href="https://telegram.org/blog/unsend-privacy-emoji">version 5.5</a>, which allow both participants to remove any messages from one-on-one chats for both sides without a time limit.</li>
|
||||
</ul>
|
||||
<p><strong>March 24, 2021</strong></p>
|
||||
<ul>
|
||||
<li>Added <a href="#3-5-location-data">3.5. Location Data</a>.</li>
|
||||
<li>Improved structure, moving 3.3.5 to <a href="#3-4-phone-number-and-contacts">3.4</a> and 3.3.6 to <a href="#3-6-cookies">3.6</a>.</li>
|
||||
</ul>
|
||||
<p><strong>October 26, 2021</strong></p>
|
||||
<ul>
|
||||
<li>Expanded <a href="#5-6-no-ads-based-on-user-data">5.6. No Ads Based on User Data</a> with information about <a href="https://t.me/durov/153">sponsored messages in public channels</a>.</li>
|
||||
</ul>
|
||||
<p><strong>June 19, 2022</strong></p>
|
||||
<ul>
|
||||
<li>Added <a href="#8-4-translation-of-messages-at-the-request-of-the-user">8.4. Translation of Messages at the Request of the User</a> and <a href="#8-5-transcription-of-voice-messages-at-the-request-of-the-user">8.5. Transcription of Voice Messages at the Request of the User</a>.</li>
|
||||
</ul>
|
||||
<p><strong>September 8, 2022</strong></p>
|
||||
<ul>
|
||||
<li>Expanded <a href="https://telegram.org/privacy#3-2-your-email-address">3.2. Your Email Address</a> with information on login emails.</li>
|
||||
</ul>
|
||||
<p><strong>February 3, 2022</strong></p>
|
||||
<ul>
|
||||
<li>Updated 8.4 and 8.5 to reflect the new premium feature that allows translating entire chats.</li>
|
||||
</ul>
|
||||
<p><strong>April 24, 2023</strong></p>
|
||||
<ul>
|
||||
<li>Updated 1.4, 9.2 and 12 to update the details of Telegram’s EEA representative for GDPR matters.</li>
|
||||
<li>Updated 8.2 to mention Telegraph Inc., a member of the Telegram group of companies.</li>
|
||||
</ul>
|
||||
<p><strong>March 31, 2024</strong></p>
|
||||
<ul>
|
||||
<li>Added <a href="#3-1-1-optional-data">3.1.1. Optional Data</a>.</li>
|
||||
<li>Added information about <a href="/blog/telegram-business#chatbots-for-businesses">Telegram Buisness chatbots</a> to the <a href="#6-bot-messages">Bot Messages</a> section (6.2, 6.3, 6.5).</li>
|
||||
</ul>
|
||||
<p>Important changes made to this Privacy Policy will be notified to you via Telegram. </p>
|
||||
<h3><a class="anchor" name="12-further-information" href="#12-further-information"><i class="anchor-icon"></i></a>12. Further Information</h3>
|
||||
<p>If you have any questions please feel free to explore our <a href="https://telegram.org/faq">FAQ</a> or contact Telegram's Volunteer Support in-app via <em>Settings > Ask a Question</em>.</p>
|
||||
<p>If you live in the EU and would like to submit a GDPR-related request, please <a href="#1-4-eea-representative">see here</a>.</p>
|
||||
<p>Telegram is an open source project. You can find more information on our:</p>
|
||||
<ul>
|
||||
<li>API at: <a href="https://core.telegram.org/api"><a href="https://core.telegram.org/api">https://core.telegram.org/api</a></a>; </li>
|
||||
<li>Bot Platform at: <a href="https://core.telegram.org/bots"><a href="https://core.telegram.org/bots">https://core.telegram.org/bots</a></a>; </li>
|
||||
<li>Protocol at: <a href="https://core.telegram.org/mtproto"><a href="https://core.telegram.org/mtproto">https://core.telegram.org/mtproto</a></a>; and</li>
|
||||
<li>Source Code at: <a href="https://telegram.org/apps#source-code"><a href="https://telegram.org/apps#source-code">https://telegram.org/apps#source-code</a></a>.</li>
|
||||
<li>Confirm that Telegram apps downloaded from app stores are using the same code that we publish at: <a href="https://core.telegram.org/reproducible-builds"><a href="https://core.telegram.org/reproducible-builds">https://core.telegram.org/reproducible-builds</a></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_wrap">
|
||||
<div class="footer_columns_wrap footer_desktop">
|
||||
<div class="footer_column footer_column_telegram">
|
||||
<h5>Telegram</h5>
|
||||
<div class="footer_telegram_description"></div>
|
||||
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
|
||||
</div>
|
||||
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
<ul>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/press">Press</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#mobile-apps">Mobile Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="/dl/ios">iPhone/iPad</a></li>
|
||||
<li><a href="/android">Android</a></li>
|
||||
<li><a href="/dl/web">Mobile Web</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#desktop-apps">Desktop Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="//desktop.telegram.org/">PC/Mac/Linux</a></li>
|
||||
<li><a href="//macos.telegram.org/">macOS</a></li>
|
||||
<li><a href="/dl/web">Web-browser</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column footer_column_platform">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
<ul>
|
||||
<li><a href="//core.telegram.org/api">API</a></li>
|
||||
<li><a href="//translations.telegram.org/">Translations</a></li>
|
||||
<li><a href="//instantview.telegram.org/">Instant View</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_columns_wrap footer_mobile">
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/blog">Blog</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps">Apps</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/press">Press</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/main.js?47"></script>
|
||||
<script src="/js/jquery.min.js?1"></script>
|
||||
<script src="/js/bootstrap.min.js?1"></script>
|
||||
|
||||
<script>window.initDevPageNav&&initDevPageNav();
|
||||
backToTopInit("Go up");
|
||||
removePreloadInit();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
210
data/web/telegram.org/tos.html
Normal file
210
data/web/telegram.org/tos.html
Normal file
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Terms of Service</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:title" content="Terms of Service">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:site_name" content="Telegram">
|
||||
<meta property="og:description" content="By signing up for Telegram, you accept our Privacy Policy and agree not to:
|
||||
Use our service to send spam or scam users.…">
|
||||
|
||||
|
||||
<meta property="fb:app_id" content="254098051407226">
|
||||
<meta property="vk:app_id" content="3782569">
|
||||
<meta name="apple-itunes-app" content="app-id=686449807">
|
||||
<meta name="telegram:channel" content="@telegram">
|
||||
|
||||
<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">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
<link rel="alternate icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
||||
<link href="/css/telegram.css?237" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
<body class="preload">
|
||||
<div id="fb-root"></div>
|
||||
<div class="tl_page_wrap">
|
||||
<div class="tl_page_head navbar navbar-static-top navbar navbar-tg">
|
||||
<div class="navbar-inner">
|
||||
<div class="container clearfix">
|
||||
<ul class="nav navbar-nav navbar-right"><li class="dropdown top_lang_select"><a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#"><i class="dev_top_lang_icon"></i>EN <b class="minicaret"></b></a>
|
||||
<ul class="dropdown-menu"><li class="chosen "><a href="?setln=en">English</a></li><li class="long "><a href="?setln=id">Bahasa Indonesia</a></li><li class="long "><a href="?setln=ms">Bahasa Melayu</a></li><li class=""><a href="?setln=de">Deutsch</a></li><li class=""><a href="?setln=es">Español</a></li><li class=""><a href="?setln=fr">Français</a></li><li class=""><a href="?setln=it">Italiano</a></li><li class=""><a href="?setln=nl">Nederlands</a></li><li class=""><a href="?setln=uz">O‘zbek</a></li><li class=""><a href="?setln=pl">Polski</a></li><li class="long "><a href="?setln=pt-br">Português (Brasil)</a></li><li class=""><a href="?setln=tr">Türkçe</a></li><li class=""><a href="?setln=be">Беларуская</a></li><li class=""><a href="?setln=ru">Русский</a></li><li class=""><a href="?setln=uk">Українська</a></li><li class=""><a href="?setln=ar">العربية</a></li><li class=""><a href="?setln=fa">فارسی</a></li><li class=""><a href="?setln=ko">한국어</a></li></ul></li><li class="navbar-twitter hidden-xs"><a href="https://twitter.com/telegram" target="_blank" data-track="Follow/Twitter" onclick="trackDlClick(this, event)"><i class="icon icon-twitter"></i> Twitter</a></li></ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<li class=""><a href="/">Home</a></li>
|
||||
<li class=""><a href="/faq">FAQ</a></li>
|
||||
<li class=""><a href="/apps">Apps</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/api">API</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/mtproto">Protocol</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container clearfix tl_page_container ">
|
||||
<div class="tl_page">
|
||||
<div id="dev_page_content_wrap" class=" ">
|
||||
<div class="dev_page_bread_crumbs"></div>
|
||||
<h1 id="dev_page_title">Terms of Service</h1>
|
||||
|
||||
<div id="dev_page_content"><p>By signing up for Telegram, you accept our <a href="/privacy">Privacy Policy</a> and agree not to:</p>
|
||||
<ul>
|
||||
<li>Use our service to send spam or scam users.</li>
|
||||
<li>Promote violence on publicly viewable Telegram channels, bots, etc.</li>
|
||||
<li>Post illegal pornographic content on publicly viewable Telegram channels, bots, etc.</li>
|
||||
</ul>
|
||||
<p>We reserve the right to update these Terms of Service later.</p>
|
||||
<blockquote>
|
||||
<p>Citizens of EU countries and the United Kingdom must be at least 18 years old to sign up.</p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>If you access certain optional features and services on the Telegram platform, you will be additionally bound by their specific terms – such as the Terms of Service for <a href="https://telegram.org/tos#terms-of-service-for-telegram-premium">Telegram Premium</a>, <a href="https://telegram.org/tos/business">Telegram Business</a>, <a href="https://telegram.org/tos/bots">Bot Users</a>, <a href="https://telegram.org/tos/mini-apps">Mini App Users</a>, <a href="https://telegram.org/tos/content-creator-rewards">Revenue Sharing with Content Creators</a>, <a href="https://core.telegram.org/api/terms">Telegram API Developers</a> and <a href="https://telegram.org/tos/bot-developers">Bot Developers</a>.</p>
|
||||
<hr>
|
||||
<h2><a class="anchor" name="terms-of-service-for-telegram-premium" href="#terms-of-service-for-telegram-premium"><i class="anchor-icon"></i></a>Terms of Service for Telegram Premium</h2>
|
||||
<p>Telegram is a <strong>free application</strong> that provides a wide range of services, including unlimited cloud storage, 2 GB file uploads, audio and video calls, group chats up to 200,000 members, support for multiple devices, and <a href="https://t.me/telegramtips">more</a>, free of charge. Some additional services, such as Telegram Premium, may be available for purchase in certain countries – offering an even more powerful messaging experience and a chance to support the continuing development of the Telegram platform.</p>
|
||||
<h3><a class="anchor" name="1-introduction" href="#1-introduction"><i class="anchor-icon"></i></a>1. Introduction</h3>
|
||||
<p>Telegram Premium is a subscription membership that unlocks <strong>exclusive features</strong> and <strong>improved functionality</strong>. By purchasing Telegram Premium, you agree that you are authorizing recurring monthly or yearly payments, which will be made to Telegram using the payment method you selected until the subscription is canceled by you or Telegram.</p>
|
||||
<blockquote>
|
||||
<p>Telegram uses third-party payment processors to securely facilitate purchases of Telegram Premium.</p>
|
||||
</blockquote>
|
||||
<h4><a class="anchor" name="1-1-payment" href="#1-1-payment"><i class="anchor-icon"></i></a>1.1. Payment</h4>
|
||||
<p>You can manage your Telegram Premium subscription by accessing the Telegram Premium section in the Settings of your Telegram account. If your payment method is declined, you must provide new payment information or your Telegram Premium subscription will be canceled. If you provide new payment information and are successfully charged, your new subscription period will be based on the original renewal date and not the date of the successful charge.</p>
|
||||
<h4><a class="anchor" name="1-2-taxes-and-conversion-rates" href="#1-2-taxes-and-conversion-rates"><i class="anchor-icon"></i></a>1.2. Taxes and Conversion Rates</h4>
|
||||
<p>Users in certain regions may be required to pay local taxes, which will be calculated and added to the total cost of a purchase. Payment providers may apply their own commissions and conversion rates to payments in various currencies. This is outside of Telegram’s control.</p>
|
||||
<h3><a class="anchor" name="2-cancellation-policy" href="#2-cancellation-policy"><i class="anchor-icon"></i></a>2. Cancellation Policy</h3>
|
||||
<h4><a class="anchor" name="2-1-cancelling-a-subscription" href="#2-1-cancelling-a-subscription"><i class="anchor-icon"></i></a>2.1. Cancelling a Subscription</h4>
|
||||
<p>You can cancel Telegram Premium any time. To cancel your subscription, follow the instructions in the Telegram Premium section in the Settings of your Telegram account. If you purchased Telegram Premium using your Apple ID, you can cancel your subscription through your device's Account Settings or in the Manage Subscriptions section of the Apple App Store. If you purchased Telegram Premium using Google Play, you can cancel your subscriptions by visiting the Subscriptions section of Google Play. </p>
|
||||
<h4><a class="anchor" name="2-2-refunds-and-effective-cancellation" href="#2-2-refunds-and-effective-cancellation"><i class="anchor-icon"></i></a>2.2 Refunds and Effective Cancellation</h4>
|
||||
<p>Your subscription will remain active from the time you cancel until the end of your current billing period, and you will not receive a refund or credit for any remaining days in your current billing period. At the end of your subscription you will lose access to all features associated with Telegram Premium.</p>
|
||||
<blockquote>
|
||||
<p>Deleting your Telegram account or removing the Telegram application from your device does not cancel your subscription.</p>
|
||||
</blockquote>
|
||||
<h3><a class="anchor" name="3-paid-services-obtained-through-third-parties" href="#3-paid-services-obtained-through-third-parties"><i class="anchor-icon"></i></a>3. Paid Services Obtained Through Third Parties</h3>
|
||||
<p>If you obtain a Telegram Premium subscription via a third party (e.g. Google Play, Apple App Store), your purchase may be further subject to the third party's terms as agreed between you and the third party. For paid services obtained via a third party, your billing relationship will be directly with the applicable third party. </p>
|
||||
<h4><a class="anchor" name="3-1-refunding-services-obtained-through-third-parties" href="#3-1-refunding-services-obtained-through-third-parties"><i class="anchor-icon"></i></a>3.1 Refunding Services Obtained Through Third Parties</h4>
|
||||
<p>By issuing a chargeback or refund request for Premium subscriptions paid for through a third party, you agree to allow Telegram to release necessary data to that third party regarding your account status and Telegram Premium purchases.</p>
|
||||
<h3><a class="anchor" name="4-termination" href="#4-termination"><i class="anchor-icon"></i></a>4. Termination</h3>
|
||||
<h4><a class="anchor" name="4-1-compliance-with-the-terms" href="#4-1-compliance-with-the-terms"><i class="anchor-icon"></i></a>4.1. Compliance with the Terms</h4>
|
||||
<p>Failure to comply with the Telegram Terms of Service may result in a temporary or a permanent ban from Telegram or some of its services. In such instances, you might lose the benefits of Telegram Premium and we will not compensate you for this loss.</p>
|
||||
<h4><a class="anchor" name="4-2-unilateral-termination" href="#4-2-unilateral-termination"><i class="anchor-icon"></i></a>4.2. Unilateral Termination</h4>
|
||||
<p>Telegram can decide to stop offering subscriptions at any time, including in response to unforeseen circumstances beyond our control, or to comply with a legal requirement; in this case we will cancel your subscription and refund the prorated portion of any prepaid subscription fee equal to the remaining unused term of the subscription.</p>
|
||||
<h3><a class="anchor" name="5-taxes-fees-and-refunds" href="#5-taxes-fees-and-refunds"><i class="anchor-icon"></i></a>5. Taxes, Fees and Refunds</h3>
|
||||
<p>You are responsible for all applicable taxes, data plans, internet fees, and other fees associated with your use of Telegram.</p>
|
||||
<p>Generally, all charges for purchases are nonrefundable. It is not possible to get a “partial refund” or credit if a user wishes to cancel their recurring subscription early – it will remain valid until the end of its purchased duration.</p>
|
||||
<h3><a class="anchor" name="6-changes" href="#6-changes"><i class="anchor-icon"></i></a>6. Changes</h3>
|
||||
<h4><a class="anchor" name="6-1-pricing-and-terms" href="#6-1-pricing-and-terms"><i class="anchor-icon"></i></a>6.1. Pricing and Terms</h4>
|
||||
<p>While we do not anticipate frequent changes to the price of Telegram Premium, we reserve the right to change both these terms and the fees in effect on renewal of your subscription, to reflect factors such as changes to our business, different product offerings, or new economic conditions. </p>
|
||||
<h4><a class="anchor" name="6-2-advance-notice" href="#6-2-advance-notice"><i class="anchor-icon"></i></a>6.2. Advance Notice</h4>
|
||||
<p>We will give you no less than 30 days' advance notice of any material changes via a message to your Telegram account and you will have the opportunity to cancel your subscription before the new fee comes into effect. Any correspondence from the Telegram Team about a user’s Premium account will be sent via <strong>verified service accounts</strong> in the <strong>Telegram app</strong>.</p>
|
||||
<blockquote>
|
||||
<p>Messages from Telegram about your Premium account will contain relevant information about your subscription or payment status – not special offers or promotions.</p>
|
||||
</blockquote>
|
||||
<h3><a class="anchor" name="7-the-scope-of-premium-services" href="#7-the-scope-of-premium-services"><i class="anchor-icon"></i></a>7. The Scope of Premium Services</h3>
|
||||
<h4><a class="anchor" name="7-1-included-services" href="#7-1-included-services"><i class="anchor-icon"></i></a>7.1. Included Services</h4>
|
||||
<p>The services included in the Telegram Premium subscription (“Premium Services”) are listed in the Premium Section. From time to time, we may add new items into the Premium Services, including limited-time or promotional access to additional paid features and subscriptions, such as <a href="https://telegram.org/blog/telegram-business">Telegram Business</a>. In such cases, your access to those features is further subject to their specific Terms of Service.</p>
|
||||
<p>We may also remove some of the existing Premium Services if we are no longer able to provide them for legal or technical reasons. In addition, some Premium Services may become free of charge for all Telegram users in the future or be offered as a separate membership tier.</p>
|
||||
<h4><a class="anchor" name="7-2-availability" href="#7-2-availability"><i class="anchor-icon"></i></a>7.2. Availability</h4>
|
||||
<p>Telegram strives to make its services available for all users all the time, but occasional technical issues may occur, temporarily preventing us from delivering services, including Premium Services, to our users. Telegram will not compensate you for any direct or indirect loss resulting from our temporary inability to provide any free or paid services.</p>
|
||||
<p>Premium Services are available on major Telegram clients, such as the official iOS and Android apps. Some Telegram apps made by Telegram or by third parties may not offer all Premium Services immediately after they are launched or at all.</p>
|
||||
<h4><a class="anchor" name="7-3-software-requirements" href="#7-3-software-requirements"><i class="anchor-icon"></i></a>7.3. Software Requirements</h4>
|
||||
<p>Some Premium Services may require the latest version of the Telegram application to be installed on your device. In some cases, users you interact with may also need to have the latest version of the Telegram application installed on their devices in order to be able to view the content you share with them by the use of Premium Services. For example, exclusive stickers available only to the Telegram Premium subscribers or documents larger than 2 GB may be correctly viewed only by users with an up-to-date version of Telegram.</p>
|
||||
<p>In general, users you interact with will not have to purchase a Telegram Premium subscription in order to view the content you share with them by the use of Premium Services.</p>
|
||||
<h4><a class="anchor" name="7-4-chat-translation-and-voice-to-text-conversion" href="#7-4-chat-translation-and-voice-to-text-conversion"><i class="anchor-icon"></i></a>7.4. Chat translation and Voice-to-text conversion</h4>
|
||||
<p>Premium Services include the optional ability to request the conversion of any video and voice message on Telegram to text. Additionally, the services include optional live translation for any chat, group or channel.</p>
|
||||
<p>These technologies are still evolving and there is no guarantee that every message you attempt to either transcribe or translate will be processed correctly, or at all. The accuracy and availability of these technologies depend on a third party (Google LLC, subsidiary of Alphabet Inc.), and we can not guarantee that they will always be accurate and available.</p>
|
||||
<blockquote>
|
||||
<p>Read more about the privacy of this data in our <a href="https://telegram.org/privacy#8-5-transcription-of-voice-messages-at-the-request-of-the-user">Privacy Policy</a></p>
|
||||
</blockquote>
|
||||
<h4><a class="anchor" name="7-5-increased-download-speed" href="#7-5-increased-download-speed"><i class="anchor-icon"></i></a>7.5. Increased Download Speed</h4>
|
||||
<p>Premium Services include increased download speed of media and documents on Telegram. This increase is allowed by the removal of all relevant speed limits on Telegram’s side. However, your actual download speed will also depend on external factors such as your hardware, your internet provider and certain intermediary connectivity providers. Therefore, there is no guarantee that enabling Premium Services will always affect the speed with which you download documents and media on Telegram.</p>
|
||||
<h4><a class="anchor" name="7-6-the-absence-of-advertisements" href="#7-6-the-absence-of-advertisements"><i class="anchor-icon"></i></a>7.6. The Absence of Advertisements</h4>
|
||||
<p>In certain countries Telegram shows sponsored messages in one-to-many channels that have over 1000 subscribers. The subscribers of Telegram Premium won't see such sponsored messages displayed by Telegram. However, channels on Telegram are managed by other users, their administrators, who may publish their own content featuring third-party promotions or sponsorships. These ads are not part of the Telegram advertisement platform and subscribers of Telegram Premium may still see them.</p>
|
||||
<h4><a class="anchor" name="7-7-boosts" href="#7-7-boosts"><i class="anchor-icon"></i></a>7.7. Boosts</h4>
|
||||
<p>Premium Services provide users with a number of “boosts” which they can assign to channels to contribute to increasing the level of these channels, with each level unlocking or extending certain features for the channel.</p>
|
||||
<p>A purchased Telegram Premium subscription provides 4 boosts. Gifted subscriptions provide 1 boost to the gift recipient and 3 boosts to the gifter. Telegram Premium subscriptions distributed via giveaways in channels do not provide boosts to the accounts that activate them and instead boost the channel which organized the giveaway.</p>
|
||||
<p>Leveling requirements, unlockable features and earned boosts may be altered or removed at any time.</p>
|
||||
<h4><a class="anchor" name="7-8-giveaways-in-channels" href="#7-8-giveaways-in-channels"><i class="anchor-icon"></i></a>7.8. Giveaways in Channels</h4>
|
||||
<p>Channel admins can organize giveaways at their expense, purchasing a number of premium subscriptions to be distributed among present or future subscribers and immediately gain 4 boosts per purchased subscription. The boosts received by the channel can’t be reassigned to another channel, they are activated the moment the giveaway is first launched and remain active for the purchased duration of the subscriptions distributed in the giveaway.</p>
|
||||
<p>Telegram selects winners based on the criteria that channel administrators choose when setting up the giveaway. The results are final and cannot be altered or reversed. In the rare chance that a technical issue results in an unintended outcome, Telegram will attempt to rectify the situation but makes no guarantees to the organizers of a giveaway or its participants.</p>
|
||||
<p>Winners of a giveaway will receive a shareable link that contains a unique gift code which confirms that they won and activates a Telegram Premium subscription, but does not provide any boosts for the user account that activated it. </p>
|
||||
<p>Giveaways are available for purchase on Telegram’s store apps, direct and web versions and on Fragment. Prices may vary between each option. All purchases are nonrefundable. If there are not enough eligible participants to distribute all the prizes, the channel admins will receive all the undistributed premium activation links, to be used at the admins’ discretion. Undistributed prizes cannot be “rolled over” into other giveaways.</p>
|
||||
<p>Admins who sponsored a giveaway are not entitled to a refund if they lose access to their channel. Reasons for losing access include but are not limited to being demoted, banned, transferring ownership, and the channel being deleted by its owner or restricted by Telegram due to violations of these Terms of Service or the terms of app stores.</p>
|
||||
<p>Channels that mislead users into joining by means of giveaways that are later refunded with a third party (e.g., a bank) may be terminated or assigned a <em>scam</em> label and removed from Telegram search. Subscribers gained as a result of such actions may be removed from the channel sponsoring the giveaway, all channels listed in the selection criteria and other associated channels at our sole discretion.</p>
|
||||
<p>Certain countries or jurisdictions may impose regulatory constraints on giveaways. If you run a giveaway, you are solely responsible for complying with applicable law. You explicitly acknowledge that Telegram is not liable in the event of sanctions, fees, and any form of legal or administrative action incurred as a result of or in relation to your use of the “Giveaway” feature provided by Telegram.</p>
|
||||
<p>Channel admins can use the Giveaway feature to announce arbitrary prizes in addition to premium subscriptions. Should they choose to do so, they are solely responsible for delivering said prizes to giveaway winners. Telegram will not be liable if any disputes arise in relation to the prizes, their delivery or lack thereof.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_wrap">
|
||||
<div class="footer_columns_wrap footer_desktop">
|
||||
<div class="footer_column footer_column_telegram">
|
||||
<h5>Telegram</h5>
|
||||
<div class="footer_telegram_description"></div>
|
||||
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
|
||||
</div>
|
||||
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
<ul>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/press">Press</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#mobile-apps">Mobile Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="/dl/ios">iPhone/iPad</a></li>
|
||||
<li><a href="/android">Android</a></li>
|
||||
<li><a href="/dl/web">Mobile Web</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#desktop-apps">Desktop Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="//desktop.telegram.org/">PC/Mac/Linux</a></li>
|
||||
<li><a href="//macos.telegram.org/">macOS</a></li>
|
||||
<li><a href="/dl/web">Web-browser</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column footer_column_platform">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
<ul>
|
||||
<li><a href="//core.telegram.org/api">API</a></li>
|
||||
<li><a href="//translations.telegram.org/">Translations</a></li>
|
||||
<li><a href="//instantview.telegram.org/">Instant View</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_columns_wrap footer_mobile">
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/blog">Blog</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps">Apps</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/press">Press</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/main.js?47"></script>
|
||||
|
||||
<script>backToTopInit("Go up");
|
||||
removePreloadInit();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
202
data/web/telegram.org/tos/bots.html
Normal file
202
data/web/telegram.org/tos/bots.html
Normal file
|
@ -0,0 +1,202 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Terms of Service for Bots</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:title" content="Terms of Service for Bots">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:site_name" content="Telegram">
|
||||
<meta property="og:description" content="Telegram Bots (“Bots”) are applications that run entirely within Telegram apps and integrate seamlessly with their interfaces.…">
|
||||
|
||||
|
||||
<meta property="fb:app_id" content="254098051407226">
|
||||
<meta property="vk:app_id" content="3782569">
|
||||
<meta name="apple-itunes-app" content="app-id=686449807">
|
||||
<meta name="telegram:channel" content="@telegram">
|
||||
|
||||
<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">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
<link rel="alternate icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
||||
<link href="/css/telegram.css?237" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
<body class="preload">
|
||||
<div id="fb-root"></div>
|
||||
<div class="tl_page_wrap">
|
||||
<div class="tl_page_head navbar navbar-static-top navbar navbar-tg">
|
||||
<div class="navbar-inner">
|
||||
<div class="container clearfix">
|
||||
<ul class="nav navbar-nav navbar-right"><li class="dropdown top_lang_select"><a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#"><i class="dev_top_lang_icon"></i>EN <b class="minicaret"></b></a>
|
||||
<ul class="dropdown-menu"><li class="chosen "><a href="?setln=en">English</a></li><li class="long "><a href="?setln=id">Bahasa Indonesia</a></li><li class="long "><a href="?setln=ms">Bahasa Melayu</a></li><li class=""><a href="?setln=de">Deutsch</a></li><li class=""><a href="?setln=es">Español</a></li><li class=""><a href="?setln=fr">Français</a></li><li class=""><a href="?setln=it">Italiano</a></li><li class=""><a href="?setln=nl">Nederlands</a></li><li class=""><a href="?setln=uz">O‘zbek</a></li><li class=""><a href="?setln=pl">Polski</a></li><li class="long "><a href="?setln=pt-br">Português (Brasil)</a></li><li class=""><a href="?setln=tr">Türkçe</a></li><li class=""><a href="?setln=be">Беларуская</a></li><li class=""><a href="?setln=ru">Русский</a></li><li class=""><a href="?setln=uk">Українська</a></li><li class=""><a href="?setln=ar">العربية</a></li><li class=""><a href="?setln=fa">فارسی</a></li><li class=""><a href="?setln=ko">한국어</a></li></ul></li><li class="navbar-twitter hidden-xs"><a href="https://twitter.com/telegram" target="_blank" data-track="Follow/Twitter" onclick="trackDlClick(this, event)"><i class="icon icon-twitter"></i> Twitter</a></li></ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<li class=""><a href="/">Home</a></li>
|
||||
<li class=""><a href="/faq">FAQ</a></li>
|
||||
<li class=""><a href="/apps">Apps</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/api">API</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/mtproto">Protocol</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container clearfix tl_page_container ">
|
||||
<div class="tl_page">
|
||||
<div id="dev_page_content_wrap" class=" ">
|
||||
<div class="dev_page_bread_crumbs"></div>
|
||||
<h1 id="dev_page_title">Terms of Service for Bots</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Telegram Bots <strong>(“Bots”)</strong> are applications that run entirely within Telegram apps and integrate seamlessly with their interfaces. Unless otherwise specified, all bots are owned and operated by third-party Service Providers <strong>(“SP”)</strong>, and users can engage with them to access services or purchase goods directly from such Service Providers using Telegram apps.</p>
|
||||
<p>These Terms govern your usage of the Telegram Bot Feature <strong>(“TBF”)</strong> provided by Telegram Messenger Inc. <strong>(“Telegram”)</strong> and constitute a legally binding agreement between you and Telegram. For the purposes of these terms, <strong>‘we’</strong>, <strong>‘us’</strong> and <strong>‘our’</strong> refers to Telegram, and <strong>‘you’</strong> refers to you, the user of the TBF. For clarity, these terms govern your usage of TBF as a user engaging with them through Telegram apps – if you are a SP looking to publish bots on Telegram, you are further subject to our <a href="https://telegram.org/tos/bot-developers">Terms of Service for Bot Developers</a>.</p>
|
||||
<p>When you interact with a Telegram Bot <strong>(“Bot”)</strong>, you may be further subject to its SP terms as agreed between you and the SP. Such terms are to be considered in addition to this document.</p>
|
||||
<h3><a class="anchor" name="1-acceptance-of-bot-terms" href="#1-acceptance-of-bot-terms"><i class="anchor-icon"></i></a>1. Acceptance of Bot Terms</h3>
|
||||
<p>By using the TBF, you agree that you have read in full, understood and accepted to be legally bound by the terms contained herein, in addition to <a href="/tos">Telegram’s Terms of Service</a>, <a href="/privacy">Telegram’s Privacy Policy</a> and the respective Terms of Service of each Bot you access, if any. All of the aforementioned terms may be amended from time to time without notice. Should you decide to purchase goods through a Bot, you may further be subject to the Terms of Service of the provider that will process your payment, as agreed between you and the payment provider. Lastly, should you decide to access a <a href="https://core.telegram.org/bots/webapps">Mini App</a> on Telegram, you will be further subject to our <a href="https://telegram.org/tos/mini-apps">Terms of Service for Mini Apps</a>.</p>
|
||||
<p>For clarity, your continued access to and use of TBF shall constitute your acceptance of these Terms and all other terms that are incorporated herein, including any updates or modifications to them from time to time.</p>
|
||||
<h3><a class="anchor" name="2-bots" href="#2-bots"><i class="anchor-icon"></i></a>2. Bots</h3>
|
||||
<p>All products and services offered via TBF are offered and managed by third-party SP. These SP are also responsible for any continued operation and maintenance for their bots on the Telegram platform. We are not affiliated with any of these SP, and they operate independently of Telegram. By using TBF on the Telegram platform, you acknowledge and agree that:</p>
|
||||
<ul>
|
||||
<li>You are accessing a third-party service directly from its SP;</li>
|
||||
<li>Telegram only provides SP with access to third-party payment providers via its <a href="https://telegram.org/privacy#7-third-party-payment-services">Payment Platform</a>, and does not itself process payments or hold funds;</li>
|
||||
<li>SP may have additional terms as a part of their products or services with which you must comply;</li>
|
||||
<li>You fully acknowledge and explicitly assume any and all risks related to transactions with SP, and agree that we shall not be liable for any risks or adverse consequences arising from such transactions.</li>
|
||||
</ul>
|
||||
<p>The individual SP that operate Bots are solely responsible for the content, products, goods, or services made available to you directly via their respective Bot – including but not limited to quality, performance and availability. You should contact the respective SP directly with any queries, and any disputes shall be resolved directly with the respective SP. </p>
|
||||
<p>Cancellations or refunds for purchases from SP via TBF are subject to the applicable terms of the specific SP from which the purchase was made. Telegram has no role in processing payments and governing refund or cancellation charges. Any disputes must be resolved by contacting the SP directly, who is responsible for resolving the dispute.</p>
|
||||
<h4><a class="anchor" name="2-1-availability" href="#2-1-availability"><i class="anchor-icon"></i></a>2.1. Availability</h4>
|
||||
<p>The SP may, at their discretion, cease all operations on Telegram and discontinue their Bot at any time. In the event that you can no longer access a Bot or some of their features for any reason, Telegram will not be liable for any expenses, losses or damages you may incur. Plausible reasons include but are not limited to:</p>
|
||||
<ul>
|
||||
<li>(i) A technical error;</li>
|
||||
<li>(ii) The SP no longer maintaining their bot;</li>
|
||||
<li>(iii) TBF no longer supporting some or all features integrated by the bot;</li>
|
||||
<li>(iv) A restriction imposed by Telegram on your account or on certain regions, Bots or SP;</li>
|
||||
<li>(v) The bot being intentionally or inadvertently deleted by the SP;</li>
|
||||
<li>(vi) External factors outside our control;</li>
|
||||
</ul>
|
||||
<p>For clarity, regardless of circumstances, should you lose access to accumulated tokens, funds, prizes, progression, media, files, valuable data, code, chats, management tools or any other service, asset or utility provided by SP through a Bot or Mini App for your benefit, Telegram will not be liable and will not compensate you for this loss.</p>
|
||||
<h3><a class="anchor" name="3-payments" href="#3-payments"><i class="anchor-icon"></i></a>3. Payments</h3>
|
||||
<p>Telegram does not process payments. Instead, payments are processed by third-party payment providers, which are chosen by the SP for their Bot, at the SP’s sole discretion, from the list of <a href="https://core.telegram.org/bots/payments#supported-payment-providers">available payment providers</a>.</p>
|
||||
<h4><a class="anchor" name="3-1-payment-information" href="#3-1-payment-information"><i class="anchor-icon"></i></a>3.1. Payment Information</h4>
|
||||
<p>Telegram does not store your credit card details for purchases made via TBF. Such data is handled solely by third-party payment providers. See our <a href="https://telegram.org/privacy#7-third-party-payment-services">Privacy Policy</a> for more details. </p>
|
||||
<h4><a class="anchor" name="3-2-payment-related-disputes" href="#3-2-payment-related-disputes"><i class="anchor-icon"></i></a>3.2. Payment-Related Disputes</h4>
|
||||
<p>Payments conducted or initiated through a Bot are processed by a third-party payment provider, as agreed between you, the SP and the payment provider, which at times may coincide.</p>
|
||||
<p>Telegram does not handle, manage, oversee, verify or provide any sort of warranty over such transactions. Consequently, any disputes, claims, losses, misunderstandings, technical errors, or issues of any kind (both accidental and allegedly intentional) related to payments or transactions must be directed towards the respective payment provider or SP. Telegram bears no responsibility whatsoever and will not be a party to any payment-related disputes or discussions, nor is it liable for any losses or damages the parties involved may incur.</p>
|
||||
<h3><a class="anchor" name="4-privacy" href="#4-privacy"><i class="anchor-icon"></i></a>4. Privacy</h3>
|
||||
<h4><a class="anchor" name="4-1-data-we-share" href="#4-1-data-we-share"><i class="anchor-icon"></i></a>4.1. Data We Share</h4>
|
||||
<p>The data Bots can access when you interact with them is listed in detail in the <a href="https://telegram.org/privacy">Telegram Privacy Policy</a>, see <a href="https://telegram.org/privacy#6-3-what-data-bots-receive">6.3. What Data Bots Receive</a>.</p>
|
||||
<p>By utilizing the TBF, you expressly agree that you have read and understood our Privacy Policy. Further, you agree not to hold us liable for any mismanagement, misuse, or mishandling of the data SP receive in connection with your use of their Bots, under any circumstances.</p>
|
||||
<h4><a class="anchor" name="4-2-data-you-share" href="#4-2-data-you-share"><i class="anchor-icon"></i></a>4.2. Data You Share</h4>
|
||||
<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>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>
|
||||
<p>Certain limits and guidelines are imposed on Bot developers (SP) to help ensure best practices regarding privacy, security, and the safekeeping of your private data. However, Telegram cannot guarantee that all SP will comply with these guidelines at all times. In the event that a Bot is found to be in violation of our <a href="https://telegram.org/tos/bot-developers">Terms of Service for Bot Developers</a>, Telegram retains the right to terminate the Bot from the Telegram platform.</p>
|
||||
<h3><a class="anchor" name="5-disclaimers" href="#5-disclaimers"><i class="anchor-icon"></i></a>5. Disclaimers</h3>
|
||||
<p>To the maximum extent permitted under applicable law, TBF is offered to you on an “as is” and “as available” basis, and you agree to waive, and we categorically disclaim, any and all other warranties of any kind, whether express or implied, regardless of nature, including, without limitation, warranties of merchantability, fitness for a particular purpose, title or non-infringement warranties that arise from course of performance, course of dealing or usage in trade.</p>
|
||||
<p>Without limiting the foregoing, we do not represent or warrant: (a) that TBF, its contents and all goods or services provided therein are reliable, accurate, up to date, truthful, complete, functional, error-free, free of malware and any other harmful or otherwise unwanted elements; or (b) that the goods and services you have purchased and will receive directly from the SP will remain available, functional, performant, relevant or maintain any value or quality.</p>
|
||||
<p>You further acknowledge and agree that matters, issues, complaints and disputes pertaining to warranty, guarantee, quality and service shall be resolved in accordance with the terms set forth by the SP, and you consent to manage such concerns and disputes directly with the SP, without involving Telegram in any capacity.</p>
|
||||
<p>Since goods and services are provided by the respective SP, you recognize and agree that we shall have no obligation, liability or responsibility to you concerning the goods and services, their quality, functionality, performance, value or general availability.</p>
|
||||
<p>You further understand and agree that we will not be liable for any damages or losses due to or relating to:</p>
|
||||
<ul>
|
||||
<li>Any inaccuracy, defect, error or omission of price data, including but not limited to cryptocurrency price data;</li>
|
||||
<li>Any error or delay in the transmission of price data, including but not limited to the transmission of your orders to both SP and payment providers;</li>
|
||||
<li>Interruption in any such data;</li>
|
||||
<li>Any routine, unannounced or unscheduled maintenance as we see fit, either carried out by us directly, by our partners or by SP. This includes but is not limited to temporary or permanent interruptions in the provision of TBF or goods and services deriving from or sustained as a result of such maintenance;</li>
|
||||
<li>Any harm or damage incurred as a result of illegal actions by third parties that were not sanctioned by us;</li>
|
||||
<li>Any harm or damage resulting either directly or indirectly from user actions, negligence, omissions or violations of any applicable laws and governing terms;</li>
|
||||
<li>Any other exceptions as described herein or in any other terms that govern your use of TBF. </li>
|
||||
</ul>
|
||||
<p>You acknowledge and agree that these Terms govern the relationship between you and us. Any and all agreements, dealings, transactions, or any other form of engagement you may have with Service Providers are solely between you and the respective SP; this includes SP found through, accessed through, or promoted through the TBF. We have no liability, obligation, or responsibility to you in relation to any SP, including but not limited to their respective content, goods, services, terms either express or implied, or any other deliverables you obtained or intended to obtain from such SP, regardless of your optional engagement with the SP through their Bot using Telegram’s TBF.</p>
|
||||
<p>By accepting these terms, you acknowledge and fully understand that Bots are operated by third parties. In light of this understanding, you agree that any and all legal actions, claims, or disputes arising out of or in relation to your usage of Bots shall be exclusively directed towards the SP that operated the relevant Bots. Further, to the maximum extent permitted under applicable law, no such legal recourse shall be initiated against Telegram.</p>
|
||||
<h4><a class="anchor" name="5-1-indemnity" href="#5-1-indemnity"><i class="anchor-icon"></i></a>5.1. Indemnity</h4>
|
||||
<p>You accept and agree to grant Telegram and its subsidiaries, affiliates, officers, agents, contractors and employees absolute indemnity and to hold them harmless from and against any and all claims, actions, proceedings, obligations, investigations, demands, suits, expenses, costs and damages (including but not limited to legal fees, fines or penalties imposed by any authorities or regulatory institutions) arising from, related to, or in any way incurred as a result of your use of, conduct in connection with, your purchase, receipt of and access to services and goods from the SP via the TBF. For clarity, this indemnity clause complements the rights, privileges and protections already provided to us under any other terms (if applicable).</p>
|
||||
<h4><a class="anchor" name="5-2-conflicts-of-rules" href="#5-2-conflicts-of-rules"><i class="anchor-icon"></i></a>5.2. Conflicts of Rules</h4>
|
||||
<p>Should any controversy arise between these terms, the SP terms and any other provisions governing your use of TBF, it shall be resolved in the manner that is most favorable to Telegram, to the full extent permitted under applicable law.</p>
|
||||
<h3><a class="anchor" name="6-modification-of-tbf" href="#6-modification-of-tbf"><i class="anchor-icon"></i></a>6. Modification of TBF</h3>
|
||||
<p>We may, at our sole and absolute discretion and without liability, at any time and without notice, modify TBF in any way we deem necessary. We hold no liability for how these changes may affect access to and services provided by Bots. SP are solely responsible for ensuring that their services are available to their users and compatible with TBF. These changes include but are not limited to:</p>
|
||||
<ul>
|
||||
<li>Altering, suspending, or fully discontinuing features within TBF, including but not limited to the TBF itself;</li>
|
||||
<li>Imposing limits on or restricting access to certain SP;</li>
|
||||
<li>Restricting certain users from accessing TBF or the Telegram platform;</li>
|
||||
<li>Adjusting, modifying or radically reshaping the way in which users find, access, interact with or otherwise make use of TBF, to meet evolving technological, economical or regulatory standards.</li>
|
||||
</ul>
|
||||
<h3><a class="anchor" name="7-changes-to-bot-terms" href="#7-changes-to-bot-terms"><i class="anchor-icon"></i></a>7. Changes to Bot Terms</h3>
|
||||
<p>We will review and may update these Terms from time to time. Any changes to these Terms will become effective when we post the revised TBF Terms of Service on this page <a href="https://telegram.org/tos/bots"><strong><a href="https://telegram.org/tos/bots">https://telegram.org/tos/bots</a></strong></a>. Please check our website frequently to see any updates or changes to our Terms, an optional summary of which we may set out below.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_wrap">
|
||||
<div class="footer_columns_wrap footer_desktop">
|
||||
<div class="footer_column footer_column_telegram">
|
||||
<h5>Telegram</h5>
|
||||
<div class="footer_telegram_description"></div>
|
||||
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
|
||||
</div>
|
||||
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
<ul>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/press">Press</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#mobile-apps">Mobile Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="/dl/ios">iPhone/iPad</a></li>
|
||||
<li><a href="/android">Android</a></li>
|
||||
<li><a href="/dl/web">Mobile Web</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#desktop-apps">Desktop Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="//desktop.telegram.org/">PC/Mac/Linux</a></li>
|
||||
<li><a href="//macos.telegram.org/">macOS</a></li>
|
||||
<li><a href="/dl/web">Web-browser</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column footer_column_platform">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
<ul>
|
||||
<li><a href="//core.telegram.org/api">API</a></li>
|
||||
<li><a href="//translations.telegram.org/">Translations</a></li>
|
||||
<li><a href="//instantview.telegram.org/">Instant View</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_columns_wrap footer_mobile">
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/blog">Blog</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps">Apps</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/press">Press</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/main.js?47"></script>
|
||||
|
||||
<script>backToTopInit("Go up");
|
||||
removePreloadInit();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
174
data/web/telegram.org/tos/business.html
Normal file
174
data/web/telegram.org/tos/business.html
Normal file
|
@ -0,0 +1,174 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Terms of Service for Telegram Business</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:title" content="Terms of Service for Telegram Business">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:site_name" content="Telegram">
|
||||
<meta property="og:description" content="Telegram is a free application that provides a wide range of services for both individuals and businesses, including cloud storage, chat management features, support for multiple devices and more, at no cost. Some additional services, such as Telegram Business, may be available for purchase in certain countries – offering features built to help companies improve their communication with customers, while supporting the continued development of the Telegram platform.">
|
||||
|
||||
|
||||
<meta property="fb:app_id" content="254098051407226">
|
||||
<meta property="vk:app_id" content="3782569">
|
||||
<meta name="apple-itunes-app" content="app-id=686449807">
|
||||
<meta name="telegram:channel" content="@telegram">
|
||||
|
||||
<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">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
<link rel="alternate icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
||||
<link href="/css/telegram.css?237" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
<body class="preload">
|
||||
<div id="fb-root"></div>
|
||||
<div class="tl_page_wrap">
|
||||
<div class="tl_page_head navbar navbar-static-top navbar navbar-tg">
|
||||
<div class="navbar-inner">
|
||||
<div class="container clearfix">
|
||||
<ul class="nav navbar-nav navbar-right"><li class="dropdown top_lang_select"><a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#"><i class="dev_top_lang_icon"></i>EN <b class="minicaret"></b></a>
|
||||
<ul class="dropdown-menu"><li class="chosen "><a href="?setln=en">English</a></li><li class="long "><a href="?setln=id">Bahasa Indonesia</a></li><li class="long "><a href="?setln=ms">Bahasa Melayu</a></li><li class=""><a href="?setln=de">Deutsch</a></li><li class=""><a href="?setln=es">Español</a></li><li class=""><a href="?setln=fr">Français</a></li><li class=""><a href="?setln=it">Italiano</a></li><li class=""><a href="?setln=nl">Nederlands</a></li><li class=""><a href="?setln=uz">O‘zbek</a></li><li class=""><a href="?setln=pl">Polski</a></li><li class="long "><a href="?setln=pt-br">Português (Brasil)</a></li><li class=""><a href="?setln=tr">Türkçe</a></li><li class=""><a href="?setln=be">Беларуская</a></li><li class=""><a href="?setln=ru">Русский</a></li><li class=""><a href="?setln=uk">Українська</a></li><li class=""><a href="?setln=ar">العربية</a></li><li class=""><a href="?setln=fa">فارسی</a></li><li class=""><a href="?setln=ko">한국어</a></li></ul></li><li class="navbar-twitter hidden-xs"><a href="https://twitter.com/telegram" target="_blank" data-track="Follow/Twitter" onclick="trackDlClick(this, event)"><i class="icon icon-twitter"></i> Twitter</a></li></ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<li class=""><a href="/">Home</a></li>
|
||||
<li class=""><a href="/faq">FAQ</a></li>
|
||||
<li class=""><a href="/apps">Apps</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/api">API</a></li>
|
||||
<li class="hidden-xs "><a href="//core.telegram.org/mtproto">Protocol</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container clearfix tl_page_container ">
|
||||
<div class="tl_page">
|
||||
<div id="dev_page_content_wrap" class=" ">
|
||||
<div class="dev_page_bread_crumbs"></div>
|
||||
<h1 id="dev_page_title">Terms of Service for Telegram Business</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Telegram is a free application that provides a wide range of services for both individuals and businesses, including cloud storage, chat management features, support for multiple devices and more, at no cost. Some additional services, such as <a href="https://telegram.org/blog/telegram-business">Telegram Business</a>, may be available for purchase in certain countries – offering features built to help companies improve their communication with customers, while supporting the continued development of the Telegram platform.</p>
|
||||
<h3><a class="anchor" name="1-introduction" href="#1-introduction"><i class="anchor-icon"></i></a>1. Introduction</h3>
|
||||
<p>Telegram Business is a subscription membership that unlocks exclusive features and improved functionality like automated messages, quick replies, profile customization and chatbot integration. By purchasing Telegram Business, you agree that you are authorizing recurring monthly or yearly payments, which will be made to Telegram using the payment method you selected until the subscription is canceled by you or Telegram.</p>
|
||||
<p>Telegram uses third-party payment processors to securely facilitate purchases of Telegram Business.</p>
|
||||
<h4><a class="anchor" name="1-1-payment" href="#1-1-payment"><i class="anchor-icon"></i></a>1.1. Payment</h4>
|
||||
<p>You can manage your Telegram Business subscription by accessing the Telegram Business section in the Settings of your Telegram account. If your payment method is declined, you must provide new payment information or your Telegram Business subscription will be canceled. If you provide new payment information and are successfully charged, your new subscription period will be based on the original renewal date and not the date of the successful charge.</p>
|
||||
<h4><a class="anchor" name="1-2-taxes-and-conversion-rates" href="#1-2-taxes-and-conversion-rates"><i class="anchor-icon"></i></a>1.2. Taxes and Conversion Rates</h4>
|
||||
<p>Users in certain regions may be required to pay local taxes, which will be calculated and added to the total cost of a purchase. Payment providers may apply their own commissions and conversion rates to payments in various currencies. This is outside of Telegram’s control.</p>
|
||||
<h3><a class="anchor" name="2-cancellation-policy" href="#2-cancellation-policy"><i class="anchor-icon"></i></a>2. Cancellation Policy</h3>
|
||||
<h4><a class="anchor" name="2-1-canceling-a-subscription" href="#2-1-canceling-a-subscription"><i class="anchor-icon"></i></a>2.1. Canceling a Subscription</h4>
|
||||
<p>You can cancel Telegram Business any time. To cancel your subscription, follow the instructions in the Telegram Business section in the Settings of your Telegram account. If you purchased Telegram Business using your Apple ID, you can cancel your subscription through your device's Account Settings or in the Manage Subscriptions section of the Apple App Store. If you purchased Telegram Business using Google Play, you can cancel your subscriptions by visiting the Subscriptions section of Google Play.</p>
|
||||
<h4><a class="anchor" name="2-2-refunds-and-effective-cancellation" href="#2-2-refunds-and-effective-cancellation"><i class="anchor-icon"></i></a>2.2. Refunds and Effective Cancellation</h4>
|
||||
<p>Your subscription will remain active from the time you cancel until the end of your current billing period, and you will not receive a refund or credit for any remaining days in your current billing period. At the end of your subscription you will lose access to all features associated with Telegram Business.</p>
|
||||
<p>Deleting your Telegram account or removing the Telegram application from your device does not cancel your subscription.</p>
|
||||
<h3><a class="anchor" name="3-paid-services-obtained-through-third-parties" href="#3-paid-services-obtained-through-third-parties"><i class="anchor-icon"></i></a>3. Paid Services Obtained Through Third Parties</h3>
|
||||
<p>If you obtain a Telegram Business subscription via a third party (e.g. Google Play, Apple App Store), your purchase may be further subject to the third party's terms as agreed between you and the third party. For paid services obtained via a third party, your billing relationship will be directly with the applicable third party.</p>
|
||||
<h4><a class="anchor" name="3-1-refunding-services-obtained-through-third-parties" href="#3-1-refunding-services-obtained-through-third-parties"><i class="anchor-icon"></i></a>3.1. Refunding Services Obtained Through Third Parties</h4>
|
||||
<p>By issuing a chargeback or refund request for Business subscriptions paid for through a third party, you agree to allow Telegram to release necessary data to that third party regarding your account status and Telegram Business subscriptions.</p>
|
||||
<h3><a class="anchor" name="4-termination" href="#4-termination"><i class="anchor-icon"></i></a>4. Termination</h3>
|
||||
<h4><a class="anchor" name="4-1-compliance-with-the-terms" href="#4-1-compliance-with-the-terms"><i class="anchor-icon"></i></a>4.1. Compliance with the Terms</h4>
|
||||
<p>Failure to comply with the Telegram Terms of Service may result in a temporary or a permanent ban from Telegram or some of its services. In such instances, you might lose the benefits of Telegram Business and we will not compensate you for this loss.</p>
|
||||
<h4><a class="anchor" name="4-2-unilateral-termination" href="#4-2-unilateral-termination"><i class="anchor-icon"></i></a>4.2. Unilateral Termination</h4>
|
||||
<p>Telegram can decide to stop offering subscriptions at any time, including in response to unforeseen circumstances beyond our control, or to comply with a legal requirement; in this case we will cancel your subscription and refund the prorated portion of any prepaid subscription fee equal to the remaining unused term of the subscription.</p>
|
||||
<h3><a class="anchor" name="5-taxes-fees-and-refunds" href="#5-taxes-fees-and-refunds"><i class="anchor-icon"></i></a>5. Taxes, Fees and Refunds</h3>
|
||||
<p>You are responsible for all applicable taxes, data plans, internet fees, and other fees associated with your use of Telegram.</p>
|
||||
<p>Generally, all charges for purchases are nonrefundable. It is not possible to get a “partial refund” or credit if a user wishes to cancel their recurring subscription early – it will remain valid until the end of its purchased duration.</p>
|
||||
<h3><a class="anchor" name="6-changes" href="#6-changes"><i class="anchor-icon"></i></a>6. Changes</h3>
|
||||
<h4><a class="anchor" name="6-1-pricing-and-terms" href="#6-1-pricing-and-terms"><i class="anchor-icon"></i></a>6.1. Pricing and Terms</h4>
|
||||
<p>During the initial phase following its launch, Telegram Business shall be provided complimentary to subscribers of Telegram Premium. Subsequently, we reserve the right to institute a separate charge for Telegram Business services.</p>
|
||||
<p>While we do not anticipate frequent changes to the price of Telegram Business, we reserve the right to change both these terms and the fees in effect on renewal of your subscription, to reflect factors such as changes to our business, different product offerings, or new economic conditions.</p>
|
||||
<h4><a class="anchor" name="6-2-advance-notice" href="#6-2-advance-notice"><i class="anchor-icon"></i></a>6.2. Advance Notice</h4>
|
||||
<p>We will give you no less than 30 days' advance notice of any material changes via a message to your Telegram account and you will have the opportunity to cancel your subscription before the new fee comes into effect. Any correspondence from Telegram about a user’s Business account will be sent via verified service accounts in the Telegram app.</p>
|
||||
<p>Messages from Telegram about your Business account will contain relevant information about your subscription or payment status – not special offers or promotions.</p>
|
||||
<h3><a class="anchor" name="7-the-scope-of-business-services" href="#7-the-scope-of-business-services"><i class="anchor-icon"></i></a>7. The Scope of Business Services</h3>
|
||||
<h4><a class="anchor" name="7-1-included-services" href="#7-1-included-services"><i class="anchor-icon"></i></a>7.1. Included Services</h4>
|
||||
<p>The services included in the Telegram Business subscription (“Business Services”) are listed in the Business Section in official Telegram apps. From time to time, we may add new items into the Business Services. We may also remove some of the existing Business Services if we are no longer able to provide them for legal or technical reasons. In addition, some Business Services may become free of charge for all Telegram users in the future or be offered as a separate membership tier.</p>
|
||||
<p>At times, certain Telegram Business features may be included in or bundled with other offerings, such as <a href="https://telegram.org/tos#terms-of-service-for-telegram-premium">Telegram Premium</a>. In such cases, your use of Telegram Business will be further subject to the relevant Terms of those offerings.</p>
|
||||
<h4><a class="anchor" name="7-2-availability" href="#7-2-availability"><i class="anchor-icon"></i></a>7.2. Availability</h4>
|
||||
<p>Telegram strives to make its services available for all users all the time, but occasional technical issues may occur, temporarily preventing us from delivering services, including Business Services, to our users. Telegram will not compensate you for any direct or indirect loss resulting from our temporary inability to provide any free or paid services.</p>
|
||||
<p>Business Services are available on major Telegram clients, such as the official iOS and Android apps. Some Telegram apps made by Telegram or by third parties may not offer all Business Services immediately after they are launched or at all.</p>
|
||||
<h4><a class="anchor" name="7-3-software-requirements" href="#7-3-software-requirements"><i class="anchor-icon"></i></a>7.3. Software Requirements</h4>
|
||||
<p>Some Business Services may require the latest version of the Telegram application to be installed on your device. In some cases, users you interact with may also need to have the latest version of the Telegram application installed on their devices in order to be able to view the content you share with them by the use of Business Services. For example, the location and business hours you add to your profile may be correctly viewed only by users with an up-to-date version of Telegram.</p>
|
||||
<p>In general, users you interact with will not have to purchase a Telegram Business subscription in order to view the content you share with them by the use of Business Services.</p>
|
||||
<h4><a class="anchor" name="7-4-automated-messages" href="#7-4-automated-messages"><i class="anchor-icon"></i></a>7.4. Automated Messages</h4>
|
||||
<p>Business services include the optional ability to set up automated responses that are sent to users who contact you, within certain parameters that you specify. We will take every effort to ensure this feature works as expected, however, technical errors or factors outside our control (e.g., hardware or network issues) may cause some messages to be delivered incorrectly, or not be delivered at all. </p>
|
||||
<p>In the event that any messages are not delivered exactly as you had intended, either due to an error or to incorrect parameters, Telegram will not be liable and will not compensate any losses, direct or indirect, that you or your business might incur.</p>
|
||||
<h4><a class="anchor" name="7-5-chatbot-integration" href="#7-5-chatbot-integration"><i class="anchor-icon"></i></a>7.5. Chatbot Integration</h4>
|
||||
<p>Telegram Business users can connect a chatbot to their account, to streamline and automate interactions between their business and clients. This enables a designated third-party bot from the Telegram Bot Platform to receive and optionally send messages on behalf of the Business user's account. By using the Chatbot Integration feature, you expressly acknowledge that you have read, understood and agreed to <a href="/privacy#6-5-telegram-business-chatbots">section 6.5.</a> of our <a href="/privacy">Privacy Policy</a> and to <a href="https://telegram.org/tos/bots#4-3-telegram-business">section 4.3.</a> of our <a href="https://telegram.org/tos/bots">Bot Terms of Service</a>.</p>
|
||||
<p>It must be stressed that bots on the Telegram Bot Platform <strong>are not</strong> created or maintained by Telegram – they are owned and operated by independent third parties. Accordingly, the reliability, accuracy and availability of the Chatbot Integration feature depends on the third-party service provider that maintains the specific bot you choose, and your usage of their service may further be subject to the third party's terms as agreed between you and them.</p>
|
||||
<p>Telegram takes every precaution to protect your privacy and your account, including mandating that bot developers agree to strict <a href="https://telegram.org/tos/bot-developers">Terms of Service</a> that detail how they must safeguard any data you give them and transparently describe their services. However, we cannot guarantee that this feature will always be available or work as intended, or that the third-party service will perform in good faith or exactly as you expect. We encourage you to always verify the reliability of the bot you choose, and to perform all necessary tests to ensure it works as intended.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_wrap">
|
||||
<div class="footer_columns_wrap footer_desktop">
|
||||
<div class="footer_column footer_column_telegram">
|
||||
<h5>Telegram</h5>
|
||||
<div class="footer_telegram_description"></div>
|
||||
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
|
||||
</div>
|
||||
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
<ul>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/press">Press</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#mobile-apps">Mobile Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="/dl/ios">iPhone/iPad</a></li>
|
||||
<li><a href="/android">Android</a></li>
|
||||
<li><a href="/dl/web">Mobile Web</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps#desktop-apps">Desktop Apps</a></h5>
|
||||
<ul>
|
||||
<li><a href="//desktop.telegram.org/">PC/Mac/Linux</a></li>
|
||||
<li><a href="//macos.telegram.org/">macOS</a></li>
|
||||
<li><a href="/dl/web">Web-browser</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer_column footer_column_platform">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
<ul>
|
||||
<li><a href="//core.telegram.org/api">API</a></li>
|
||||
<li><a href="//translations.telegram.org/">Translations</a></li>
|
||||
<li><a href="//instantview.telegram.org/">Instant View</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_columns_wrap footer_mobile">
|
||||
<div class="footer_column">
|
||||
<h5><a href="/faq">About</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/blog">Blog</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/apps">Apps</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="//core.telegram.org/">Platform</a></h5>
|
||||
</div>
|
||||
<div class="footer_column">
|
||||
<h5><a href="/press">Press</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/main.js?47"></script>
|
||||
|
||||
<script>backToTopInit("Go up");
|
||||
removePreloadInit();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in a new issue