-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ef1cb64
Showing
2,713 changed files
with
55,971 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<title>Oopsie! | Telethon</title> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style type="text/css"> | ||
body { | ||
background-color: #f0f4f8; | ||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
} | ||
div { | ||
width: 560px; | ||
margin: 5em auto; | ||
padding: 50px; | ||
background-color: #fff; | ||
border-radius: 1em; | ||
} | ||
a:link, a:visited { | ||
color: #38488f; | ||
text-decoration: none; | ||
} | ||
@media (max-width: 700px) { | ||
body { | ||
background-color: #fff; | ||
} | ||
div { | ||
width: auto; | ||
margin: 0 auto; | ||
border-radius: 0; | ||
padding: 1em; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div> | ||
<h1>You seem a bit lost…</h1> | ||
<p>You seem to be lost! Don't worry, that's just Telegram's API being | ||
itself. Shall we go back to the <a href="index.html">Main Page</a>?</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tl.telethon.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>AccessPointRule</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link id="style" href="../css/docs.dark.css" rel="stylesheet"> | ||
<script> | ||
document.getElementById("style").href = "../css/docs." | ||
+ (localStorage.getItem("theme") || "light") | ||
+ ".css"; | ||
</script> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" | ||
rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="main_div"><ul class="horizontal"><li><a href="../index.html">API</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="index.html">Constructors</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="access_point_rule.html">AccessPointRule</a></li></ul><h1>AccessPointRule</h1><pre>---types--- | ||
accessPointRule#4679b65f phone_prefix_rules:<a href="../index.html#string">string</a> dc_id:<a href="../index.html#int">int</a> ips:<a href="../index.html#vector">Vector</a><<a href="../types/ip_port.html">IpPort</a>> = <a href="../types/access_point_rule.html">AccessPointRule</a></pre><button onclick="cp('from telethon.tl.types import AccessPointRule');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/access_point_rule.html">AccessPointRule</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="access_point_rule.html">AccessPointRule</a></td></tr></table><h3>Members</h3><table><tr><td><b>phone_prefix_rules</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>dc_id</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>ips</b></td><td style="text-align:center"><a href="../types/ip_port.html">IpPort</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../";</script><script src="../js/search.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>AuthorizationForm</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link id="style" href="../../css/docs.dark.css" rel="stylesheet"> | ||
<script> | ||
document.getElementById("style").href = "../../css/docs." | ||
+ (localStorage.getItem("theme") || "light") | ||
+ ".css"; | ||
</script> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" | ||
rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="main_div"><ul class="horizontal"><li><a href="../../index.html">API</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="../index.html">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Account</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="authorization_form.html">AuthorizationForm</a></li></ul><h1>AuthorizationForm</h1><pre>---types--- | ||
account.authorizationForm#ad2e1cd8 flags:# required_types:<a href="../../index.html#vector">Vector</a><<a href="../../types/secure_required_type.html">SecureRequiredType</a>> values:<a href="../../index.html#vector">Vector</a><<a href="../../types/secure_value.html">SecureValue</a>> errors:<a href="../../index.html#vector">Vector</a><<a href="../../types/secure_value_error.html">SecureValueError</a>> users:<a href="../../index.html#vector">Vector</a><<a href="../../types/user.html">User</a>> privacy_policy_url:flags.0?<a href="../../index.html#string">string</a> = <a href="../../types/account/authorization_form.html">account.AuthorizationForm</a></pre><button onclick="cp('from telethon.tl.types.account import AuthorizationForm');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/authorization_form.html">account.AuthorizationForm</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="authorization_form.html">AuthorizationForm</a></td></tr></table><h3>Members</h3><table><tr><td><b>required_types</b></td><td style="text-align:center"><a href="../../types/secure_required_type.html">SecureRequiredType</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>values</b></td><td style="text-align:center"><a href="../../types/secure_value.html">SecureValue</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>errors</b></td><td style="text-align:center"><a href="../../types/secure_value_error.html">SecureValueError</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>privacy_policy_url</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../../";</script><script src="../../js/search.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Authorizations</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link id="style" href="../../css/docs.dark.css" rel="stylesheet"> | ||
<script> | ||
document.getElementById("style").href = "../../css/docs." | ||
+ (localStorage.getItem("theme") || "light") | ||
+ ".css"; | ||
</script> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" | ||
rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="main_div"><ul class="horizontal"><li><a href="../../index.html">API</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="../index.html">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Account</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="authorizations.html">Authorizations</a></li></ul><h1>Authorizations</h1><pre>---types--- | ||
account.authorizations#4bff8ea0 authorization_ttl_days:<a href="../../index.html#int">int</a> authorizations:<a href="../../index.html#vector">Vector</a><<a href="../../types/authorization.html">Authorization</a>> = <a href="../../types/account/authorizations.html">account.Authorizations</a></pre><button onclick="cp('from telethon.tl.types.account import Authorizations');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/authorizations.html">account.Authorizations</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="authorizations.html">Authorizations</a></td></tr></table><h3>Members</h3><table><tr><td><b>authorization_ttl_days</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>authorizations</b></td><td style="text-align:center"><a href="../../types/authorization.html">Authorization</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../../";</script><script src="../../js/search.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>AutoDownloadSettings</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link id="style" href="../../css/docs.dark.css" rel="stylesheet"> | ||
<script> | ||
document.getElementById("style").href = "../../css/docs." | ||
+ (localStorage.getItem("theme") || "light") | ||
+ ".css"; | ||
</script> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" | ||
rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="main_div"><ul class="horizontal"><li><a href="../../index.html">API</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="../index.html">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Account</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="auto_download_settings.html">AutoDownloadSettings</a></li></ul><h1>AutoDownloadSettings</h1><pre>---types--- | ||
account.autoDownloadSettings#63cacf26 low:<a href="../../types/auto_download_settings.html">AutoDownloadSettings</a> medium:<a href="../../types/auto_download_settings.html">AutoDownloadSettings</a> high:<a href="../../types/auto_download_settings.html">AutoDownloadSettings</a> = <a href="../../types/account/auto_download_settings.html">account.AutoDownloadSettings</a></pre><button onclick="cp('from telethon.tl.types.account import AutoDownloadSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/auto_download_settings.html">account.AutoDownloadSettings</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="auto_download_settings.html">AutoDownloadSettings</a></td></tr></table><h3>Members</h3><table><tr><td><b>low</b></td><td style="text-align:center"><a href="../../types/auto_download_settings.html">AutoDownloadSettings</a></td><td></td></tr><tr><td><b>medium</b></td><td style="text-align:center"><a href="../../types/auto_download_settings.html">AutoDownloadSettings</a></td><td></td></tr><tr><td><b>high</b></td><td style="text-align:center"><a href="../../types/auto_download_settings.html">AutoDownloadSettings</a></td><td></td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../../";</script><script src="../../js/search.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>AutoSaveSettings</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link id="style" href="../../css/docs.dark.css" rel="stylesheet"> | ||
<script> | ||
document.getElementById("style").href = "../../css/docs." | ||
+ (localStorage.getItem("theme") || "light") | ||
+ ".css"; | ||
</script> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" | ||
rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="main_div"><ul class="horizontal"><li><a href="../../index.html">API</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="../index.html">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Account</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="auto_save_settings.html">AutoSaveSettings</a></li></ul><h1>AutoSaveSettings</h1><pre>---types--- | ||
account.autoSaveSettings#4c3e069d users_settings:<a href="../../types/auto_save_settings.html">AutoSaveSettings</a> chats_settings:<a href="../../types/auto_save_settings.html">AutoSaveSettings</a> broadcasts_settings:<a href="../../types/auto_save_settings.html">AutoSaveSettings</a> exceptions:<a href="../../index.html#vector">Vector</a><<a href="../../types/auto_save_exception.html">AutoSaveException</a>> chats:<a href="../../index.html#vector">Vector</a><<a href="../../types/chat.html">Chat</a>> users:<a href="../../index.html#vector">Vector</a><<a href="../../types/user.html">User</a>> = <a href="../../types/account/auto_save_settings.html">account.AutoSaveSettings</a></pre><button onclick="cp('from telethon.tl.types.account import AutoSaveSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/auto_save_settings.html">account.AutoSaveSettings</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="auto_save_settings.html">AutoSaveSettings</a></td></tr></table><h3>Members</h3><table><tr><td><b>users_settings</b></td><td style="text-align:center"><a href="../../types/auto_save_settings.html">AutoSaveSettings</a></td><td></td></tr><tr><td><b>chats_settings</b></td><td style="text-align:center"><a href="../../types/auto_save_settings.html">AutoSaveSettings</a></td><td></td></tr><tr><td><b>broadcasts_settings</b></td><td style="text-align:center"><a href="../../types/auto_save_settings.html">AutoSaveSettings</a></td><td></td></tr><tr><td><b>exceptions</b></td><td style="text-align:center"><a href="../../types/auto_save_exception.html">AutoSaveException</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>chats</b></td><td style="text-align:center"><a href="../../types/chat.html">Chat</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../../";</script><script src="../../js/search.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>BusinessChatLinks</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link id="style" href="../../css/docs.dark.css" rel="stylesheet"> | ||
<script> | ||
document.getElementById("style").href = "../../css/docs." | ||
+ (localStorage.getItem("theme") || "light") | ||
+ ".css"; | ||
</script> | ||
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" | ||
rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="main_div"><ul class="horizontal"><li><a href="../../index.html">API</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="../index.html">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Account</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="business_chat_links.html">BusinessChatLinks</a></li></ul><h1>BusinessChatLinks</h1><pre>---types--- | ||
account.businessChatLinks#ec43a2d1 links:<a href="../../index.html#vector">Vector</a><<a href="../../types/business_chat_link.html">BusinessChatLink</a>> chats:<a href="../../index.html#vector">Vector</a><<a href="../../types/chat.html">Chat</a>> users:<a href="../../index.html#vector">Vector</a><<a href="../../types/user.html">User</a>> = <a href="../../types/account/business_chat_links.html">account.BusinessChatLinks</a></pre><button onclick="cp('from telethon.tl.types.account import BusinessChatLinks');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/business_chat_links.html">account.BusinessChatLinks</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="business_chat_links.html">BusinessChatLinks</a></td></tr></table><h3>Members</h3><table><tr><td><b>links</b></td><td style="text-align:center"><a href="../../types/business_chat_link.html">BusinessChatLink</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>chats</b></td><td style="text-align:center"><a href="../../types/chat.html">Chat</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../../";</script><script src="../../js/search.js"></script></body></html> |
Oops, something went wrong.