Update documentation

This commit is contained in:
Lonami 2016-08-26 12:58:53 +02:00 committed by Lonami Exo
commit 36c6b85c03
2598 changed files with 53528 additions and 0 deletions

44
404.html Normal file
View File

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

1
CNAME Normal file
View File

@ -0,0 +1 @@
tl.telethon.dev

View File

@ -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>&lt;<a href="../types/ip_port.html">IpPort</a>&gt; = <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>

View File

@ -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>&lt;<a href="../../types/secure_required_type.html">SecureRequiredType</a>&gt; values:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/secure_value.html">SecureValue</a>&gt; errors:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/secure_value_error.html">SecureValueError</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; 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>

View File

@ -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>&lt;<a href="../../types/authorization.html">Authorization</a>&gt; = <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>

View File

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

View File

@ -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>&lt;<a href="../../types/auto_save_exception.html">AutoSaveException</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <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>

View File

@ -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>&lt;<a href="../../types/business_chat_link.html">BusinessChatLink</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConnectedBots</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="connected_bots.html">ConnectedBots</a></li></ul><h1>ConnectedBots</h1><pre>---types---
account.connectedBots#17d7f87b connected_bots:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/connected_bot.html">ConnectedBot</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <a href="../../types/account/connected_bots.html">account.ConnectedBots</a></pre><button onclick="cp('from telethon.tl.types.account import ConnectedBots');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/connected_bots.html">account.ConnectedBots</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="connected_bots.html">ConnectedBots</a></td></tr></table><h3>Members</h3><table><tr><td><b>connected_bots</b></td><td style="text-align:center"><a href="../../types/connected_bot.html">ConnectedBot</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ContentSettings</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="content_settings.html">ContentSettings</a></li></ul><h1>ContentSettings</h1><pre>---types---
account.contentSettings#57e28221 flags:# sensitive_enabled:flags.0?<a href="../../index.html#true">true</a> sensitive_can_change:flags.1?<a href="../../index.html#true">true</a> = <a href="../../types/account/content_settings.html">account.ContentSettings</a></pre><button onclick="cp('from telethon.tl.types.account import ContentSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/content_settings.html">account.ContentSettings</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="content_settings.html">ContentSettings</a></td></tr></table><h3>Members</h3><table><tr><td><b>sensitive_enabled</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>sensitive_can_change</b></td><td style="text-align:center"><a href="../../index.html#true">flag</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EmailVerified</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="email_verified.html">EmailVerified</a></li></ul><h1>EmailVerified</h1><pre>---types---
account.emailVerified#2b96cd1b email:<a href="../../index.html#string">string</a> = <a href="../../types/account/email_verified.html">account.EmailVerified</a></pre><button onclick="cp('from telethon.tl.types.account import EmailVerified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/email_verified.html">account.EmailVerified</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="email_verified.html">EmailVerified</a></td><td><a href="email_verified_login.html">EmailVerifiedLogin</a></td></tr></table><h3>Members</h3><table><tr><td><b>email</b></td><td style="text-align:center"><a href="../../index.html#string">string</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EmailVerifiedLogin</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="email_verified_login.html">EmailVerifiedLogin</a></li></ul><h1>EmailVerifiedLogin</h1><pre>---types---
account.emailVerifiedLogin#e1bb0d61 email:<a href="../../index.html#string">string</a> sent_code:<a href="../../types/auth/sent_code.html">auth.SentCode</a> = <a href="../../types/account/email_verified.html">account.EmailVerified</a></pre><button onclick="cp('from telethon.tl.types.account import EmailVerifiedLogin');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/email_verified.html">account.EmailVerified</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="email_verified.html">EmailVerified</a></td><td><a href="email_verified_login.html">EmailVerifiedLogin</a></td></tr></table><h3>Members</h3><table><tr><td><b>email</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>sent_code</b></td><td style="text-align:center"><a href="../../types/auth/sent_code.html">auth.SentCode</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EmojiStatuses</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="emoji_statuses.html">EmojiStatuses</a></li></ul><h1>EmojiStatuses</h1><pre>---types---
account.emojiStatuses#90c467d1 hash:<a href="../../index.html#long">long</a> statuses:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/emoji_status.html">EmojiStatus</a>&gt; = <a href="../../types/account/emoji_statuses.html">account.EmojiStatuses</a></pre><button onclick="cp('from telethon.tl.types.account import EmojiStatuses');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/emoji_statuses.html">account.EmojiStatuses</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="emoji_statuses.html">EmojiStatuses</a></td><td><a href="emoji_statuses_not_modified.html">EmojiStatusesNotModified</a></td></tr></table><h3>Members</h3><table><tr><td><b>hash</b></td><td style="text-align:center"><a href="../../index.html#long">long</a></td><td></td></tr><tr><td><b>statuses</b></td><td style="text-align:center"><a href="../../types/emoji_status.html">EmojiStatus</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EmojiStatusesNotModified</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="emoji_statuses_not_modified.html">EmojiStatusesNotModified</a></li></ul><h1>EmojiStatusesNotModified</h1><pre>---types---
account.emojiStatusesNotModified#d08ce645 = <a href="../../types/account/emoji_statuses.html">account.EmojiStatuses</a></pre><button onclick="cp('from telethon.tl.types.account import EmojiStatusesNotModified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/emoji_statuses.html">account.EmojiStatuses</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="emoji_statuses.html">EmojiStatuses</a></td><td><a href="emoji_statuses_not_modified.html">EmojiStatusesNotModified</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constructors/Account</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></ul><h1>Constructors/Account</h1><p>Click <a href="botindex.html">here</a> to view the requests that you can use as a bot.</p><h1>Available items</h1><table><tr><td><a href="authorization_form.html">AuthorizationForm</a></td><td><a href="authorizations.html">Authorizations</a></td></tr><tr><td><a href="auto_download_settings.html">AutoDownloadSettings</a></td><td><a href="auto_save_settings.html">AutoSaveSettings</a></td></tr><tr><td><a href="business_chat_links.html">BusinessChatLinks</a></td><td><a href="connected_bots.html">ConnectedBots</a></td></tr><tr><td><a href="content_settings.html">ContentSettings</a></td><td><a href="email_verified.html">EmailVerified</a></td></tr><tr><td><a href="email_verified_login.html">EmailVerifiedLogin</a></td><td><a href="emoji_statuses.html">EmojiStatuses</a></td></tr><tr><td><a href="emoji_statuses_not_modified.html">EmojiStatusesNotModified</a></td><td><a href="password.html">Password</a></td></tr><tr><td><a href="password_input_settings.html">PasswordInputSettings</a></td><td><a href="password_settings.html">PasswordSettings</a></td></tr><tr><td><a href="privacy_rules.html">PrivacyRules</a></td><td><a href="reset_password_failed_wait.html">ResetPasswordFailedWait</a></td></tr><tr><td><a href="reset_password_ok.html">ResetPasswordOk</a></td><td><a href="reset_password_requested_wait.html">ResetPasswordRequestedWait</a></td></tr><tr><td><a href="resolved_business_chat_links.html">ResolvedBusinessChatLinks</a></td><td><a href="saved_ringtone.html">SavedRingtone</a></td></tr><tr><td><a href="saved_ringtone_converted.html">SavedRingtoneConverted</a></td><td><a href="saved_ringtones.html">SavedRingtones</a></td></tr><tr><td><a href="saved_ringtones_not_modified.html">SavedRingtonesNotModified</a></td><td><a href="sent_email_code.html">SentEmailCode</a></td></tr><tr><td><a href="takeout.html">Takeout</a></td><td><a href="themes.html">Themes</a></td></tr><tr><td><a href="themes_not_modified.html">ThemesNotModified</a></td><td><a href="tmp_password.html">TmpPassword</a></td></tr><tr><td><a href="wall_papers.html">WallPapers</a></td><td><a href="wall_papers_not_modified.html">WallPapersNotModified</a></td></tr><tr><td><a href="web_authorizations.html">WebAuthorizations</a></td></tr></table></div></body></html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Password</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="password.html">Password</a></li></ul><h1>Password</h1><pre>---types---
account.password#957b50fb flags:# has_recovery:flags.0?<a href="../../index.html#true">true</a> has_secure_values:flags.1?<a href="../../index.html#true">true</a> has_password:flags.2?<a href="../../index.html#true">true</a> current_algo:flags.2?<a href="../../types/password_kdf_algo.html">PasswordKdfAlgo</a> srp_B:flags.2?<a href="../../index.html#bytes">bytes</a> srp_id:flags.2?<a href="../../index.html#long">long</a> hint:flags.3?<a href="../../index.html#string">string</a> email_unconfirmed_pattern:flags.4?<a href="../../index.html#string">string</a> new_algo:<a href="../../types/password_kdf_algo.html">PasswordKdfAlgo</a> new_secure_algo:<a href="../../types/secure_password_kdf_algo.html">SecurePasswordKdfAlgo</a> secure_random:<a href="../../index.html#bytes">bytes</a> pending_reset_date:flags.5?<a href="../../index.html#date">date</a> login_email_pattern:flags.6?<a href="../../index.html#string">string</a> = <a href="../../types/account/password.html">account.Password</a></pre><button onclick="cp('from telethon.tl.types.account import Password');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/password.html">account.Password</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="password.html">Password</a></td></tr></table><h3>Members</h3><table><tr><td><b>new_algo</b></td><td style="text-align:center"><a href="../../types/password_kdf_algo.html">PasswordKdfAlgo</a></td><td></td></tr><tr><td><b>new_secure_algo</b></td><td style="text-align:center"><a href="../../types/secure_password_kdf_algo.html">SecurePasswordKdfAlgo</a></td><td></td></tr><tr><td><b>secure_random</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</a></td><td></td></tr><tr><td><b>has_recovery</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>has_secure_values</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>has_password</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>current_algo</b></td><td style="text-align:center"><a href="../../types/password_kdf_algo.html">PasswordKdfAlgo</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>srp_B</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>srp_id</b></td><td style="text-align:center"><a href="../../index.html#long">long</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>hint</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><tr><td><b>email_unconfirmed_pattern</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><tr><td><b>pending_reset_date</b></td><td style="text-align:center"><a href="../../index.html#date">date</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>login_email_pattern</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PasswordInputSettings</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="password_input_settings.html">PasswordInputSettings</a></li></ul><h1>PasswordInputSettings</h1><pre>---types---
account.passwordInputSettings#c23727c9 flags:# new_algo:flags.0?<a href="../../types/password_kdf_algo.html">PasswordKdfAlgo</a> new_password_hash:flags.0?<a href="../../index.html#bytes">bytes</a> hint:flags.0?<a href="../../index.html#string">string</a> email:flags.1?<a href="../../index.html#string">string</a> new_secure_settings:flags.2?<a href="../../types/secure_secret_settings.html">SecureSecretSettings</a> = <a href="../../types/account/password_input_settings.html">account.PasswordInputSettings</a></pre><button onclick="cp('from telethon.tl.types.account import PasswordInputSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/password_input_settings.html">account.PasswordInputSettings</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="password_input_settings.html">PasswordInputSettings</a></td></tr></table><h3>Members</h3><table><tr><td><b>new_algo</b></td><td style="text-align:center"><a href="../../types/password_kdf_algo.html">PasswordKdfAlgo</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>new_password_hash</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>hint</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><tr><td><b>email</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><tr><td><b>new_secure_settings</b></td><td style="text-align:center"><a href="../../types/secure_secret_settings.html">SecureSecretSettings</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PasswordSettings</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="password_settings.html">PasswordSettings</a></li></ul><h1>PasswordSettings</h1><pre>---types---
account.passwordSettings#9a5c33e5 flags:# email:flags.0?<a href="../../index.html#string">string</a> secure_settings:flags.1?<a href="../../types/secure_secret_settings.html">SecureSecretSettings</a> = <a href="../../types/account/password_settings.html">account.PasswordSettings</a></pre><button onclick="cp('from telethon.tl.types.account import PasswordSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/password_settings.html">account.PasswordSettings</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="password_settings.html">PasswordSettings</a></td></tr></table><h3>Members</h3><table><tr><td><b>email</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><tr><td><b>secure_settings</b></td><td style="text-align:center"><a href="../../types/secure_secret_settings.html">SecureSecretSettings</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PrivacyRules</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="privacy_rules.html">PrivacyRules</a></li></ul><h1>PrivacyRules</h1><pre>---types---
account.privacyRules#50a04e45 rules:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/privacy_rule.html">PrivacyRule</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <a href="../../types/account/privacy_rules.html">account.PrivacyRules</a></pre><button onclick="cp('from telethon.tl.types.account import PrivacyRules');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/privacy_rules.html">account.PrivacyRules</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="privacy_rules.html">PrivacyRules</a></td></tr></table><h3>Members</h3><table><tr><td><b>rules</b></td><td style="text-align:center"><a href="../../types/privacy_rule.html">PrivacyRule</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ResetPasswordFailedWait</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="reset_password_failed_wait.html">ResetPasswordFailedWait</a></li></ul><h1>ResetPasswordFailedWait</h1><pre>---types---
account.resetPasswordFailedWait#e3779861 retry_date:<a href="../../index.html#date">date</a> = <a href="../../types/account/reset_password_result.html">account.ResetPasswordResult</a></pre><button onclick="cp('from telethon.tl.types.account import ResetPasswordFailedWait');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/reset_password_result.html">account.ResetPasswordResult</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="reset_password_failed_wait.html">ResetPasswordFailedWait</a></td><td><a href="reset_password_ok.html">ResetPasswordOk</a></td></tr><tr><td><a href="reset_password_requested_wait.html">ResetPasswordRequestedWait</a></td></tr></table><h3>Members</h3><table><tr><td><b>retry_date</b></td><td style="text-align:center"><a href="../../index.html#date">date</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ResetPasswordOk</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="reset_password_ok.html">ResetPasswordOk</a></li></ul><h1>ResetPasswordOk</h1><pre>---types---
account.resetPasswordOk#e926d63e = <a href="../../types/account/reset_password_result.html">account.ResetPasswordResult</a></pre><button onclick="cp('from telethon.tl.types.account import ResetPasswordOk');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/reset_password_result.html">account.ResetPasswordResult</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="reset_password_failed_wait.html">ResetPasswordFailedWait</a></td><td><a href="reset_password_ok.html">ResetPasswordOk</a></td></tr><tr><td><a href="reset_password_requested_wait.html">ResetPasswordRequestedWait</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ResetPasswordRequestedWait</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="reset_password_requested_wait.html">ResetPasswordRequestedWait</a></li></ul><h1>ResetPasswordRequestedWait</h1><pre>---types---
account.resetPasswordRequestedWait#e9effc7d until_date:<a href="../../index.html#date">date</a> = <a href="../../types/account/reset_password_result.html">account.ResetPasswordResult</a></pre><button onclick="cp('from telethon.tl.types.account import ResetPasswordRequestedWait');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/reset_password_result.html">account.ResetPasswordResult</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="reset_password_failed_wait.html">ResetPasswordFailedWait</a></td><td><a href="reset_password_ok.html">ResetPasswordOk</a></td></tr><tr><td><a href="reset_password_requested_wait.html">ResetPasswordRequestedWait</a></td></tr></table><h3>Members</h3><table><tr><td><b>until_date</b></td><td style="text-align:center"><a href="../../index.html#date">date</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ResolvedBusinessChatLinks</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="resolved_business_chat_links.html">ResolvedBusinessChatLinks</a></li></ul><h1>ResolvedBusinessChatLinks</h1><pre>---types---
account.resolvedBusinessChatLinks#9a23af21 flags:# peer:<a href="../../types/peer.html">Peer</a> message:<a href="../../index.html#string">string</a> entities:flags.0?<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/message_entity.html">MessageEntity</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <a href="../../types/account/resolved_business_chat_links.html">account.ResolvedBusinessChatLinks</a></pre><button onclick="cp('from telethon.tl.types.account import ResolvedBusinessChatLinks');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/resolved_business_chat_links.html">account.ResolvedBusinessChatLinks</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="resolved_business_chat_links.html">ResolvedBusinessChatLinks</a></td></tr></table><h3>Members</h3><table><tr><td><b>peer</b></td><td style="text-align:center"><a href="../../types/peer.html">Peer</a></td><td></td></tr><tr><td><b>message</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></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><tr><td><b>entities</b></td><td style="text-align:center"><a href="../../types/message_entity.html">MessageEntity</a></td><td>This argument defaults to <code>None</code> and can be omitted. Otherwise, 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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SavedRingtone</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="saved_ringtone.html">SavedRingtone</a></li></ul><h1>SavedRingtone</h1><pre>---types---
account.savedRingtone#b7263f6d = <a href="../../types/account/saved_ringtone.html">account.SavedRingtone</a></pre><button onclick="cp('from telethon.tl.types.account import SavedRingtone');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/saved_ringtone.html">account.SavedRingtone</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="saved_ringtone.html">SavedRingtone</a></td><td><a href="saved_ringtone_converted.html">SavedRingtoneConverted</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SavedRingtoneConverted</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="saved_ringtone_converted.html">SavedRingtoneConverted</a></li></ul><h1>SavedRingtoneConverted</h1><pre>---types---
account.savedRingtoneConverted#1f307eb7 document:<a href="../../types/document.html">Document</a> = <a href="../../types/account/saved_ringtone.html">account.SavedRingtone</a></pre><button onclick="cp('from telethon.tl.types.account import SavedRingtoneConverted');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/saved_ringtone.html">account.SavedRingtone</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="saved_ringtone.html">SavedRingtone</a></td><td><a href="saved_ringtone_converted.html">SavedRingtoneConverted</a></td></tr></table><h3>Members</h3><table><tr><td><b>document</b></td><td style="text-align:center"><a href="../../types/document.html">Document</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SavedRingtones</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="saved_ringtones.html">SavedRingtones</a></li></ul><h1>SavedRingtones</h1><pre>---types---
account.savedRingtones#c1e92cc5 hash:<a href="../../index.html#long">long</a> ringtones:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/document.html">Document</a>&gt; = <a href="../../types/account/saved_ringtones.html">account.SavedRingtones</a></pre><button onclick="cp('from telethon.tl.types.account import SavedRingtones');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/saved_ringtones.html">account.SavedRingtones</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="saved_ringtones.html">SavedRingtones</a></td><td><a href="saved_ringtones_not_modified.html">SavedRingtonesNotModified</a></td></tr></table><h3>Members</h3><table><tr><td><b>hash</b></td><td style="text-align:center"><a href="../../index.html#long">long</a></td><td></td></tr><tr><td><b>ringtones</b></td><td style="text-align:center"><a href="../../types/document.html">Document</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SavedRingtonesNotModified</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="saved_ringtones_not_modified.html">SavedRingtonesNotModified</a></li></ul><h1>SavedRingtonesNotModified</h1><pre>---types---
account.savedRingtonesNotModified#fbf6e8b1 = <a href="../../types/account/saved_ringtones.html">account.SavedRingtones</a></pre><button onclick="cp('from telethon.tl.types.account import SavedRingtonesNotModified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/saved_ringtones.html">account.SavedRingtones</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="saved_ringtones.html">SavedRingtones</a></td><td><a href="saved_ringtones_not_modified.html">SavedRingtonesNotModified</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentEmailCode</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="sent_email_code.html">SentEmailCode</a></li></ul><h1>SentEmailCode</h1><pre>---types---
account.sentEmailCode#811f854f email_pattern:<a href="../../index.html#string">string</a> length:<a href="../../index.html#int">int</a> = <a href="../../types/account/sent_email_code.html">account.SentEmailCode</a></pre><button onclick="cp('from telethon.tl.types.account import SentEmailCode');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/sent_email_code.html">account.SentEmailCode</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="sent_email_code.html">SentEmailCode</a></td></tr></table><h3>Members</h3><table><tr><td><b>email_pattern</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Takeout</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="takeout.html">Takeout</a></li></ul><h1>Takeout</h1><pre>---types---
account.takeout#4dba4501 id:<a href="../../index.html#long">long</a> = <a href="../../types/account/takeout.html">account.Takeout</a></pre><button onclick="cp('from telethon.tl.types.account import Takeout');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/takeout.html">account.Takeout</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="takeout.html">Takeout</a></td></tr></table><h3>Members</h3><table><tr><td><b>id</b></td><td style="text-align:center"><a href="../../index.html#long">long</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Themes</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="themes.html">Themes</a></li></ul><h1>Themes</h1><pre>---types---
account.themes#9a3d8c6d hash:<a href="../../index.html#long">long</a> themes:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/theme.html">Theme</a>&gt; = <a href="../../types/account/themes.html">account.Themes</a></pre><button onclick="cp('from telethon.tl.types.account import Themes');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/themes.html">account.Themes</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="themes.html">Themes</a></td><td><a href="themes_not_modified.html">ThemesNotModified</a></td></tr></table><h3>Members</h3><table><tr><td><b>hash</b></td><td style="text-align:center"><a href="../../index.html#long">long</a></td><td></td></tr><tr><td><b>themes</b></td><td style="text-align:center"><a href="../../types/theme.html">Theme</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ThemesNotModified</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="themes_not_modified.html">ThemesNotModified</a></li></ul><h1>ThemesNotModified</h1><pre>---types---
account.themesNotModified#f41eb622 = <a href="../../types/account/themes.html">account.Themes</a></pre><button onclick="cp('from telethon.tl.types.account import ThemesNotModified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/themes.html">account.Themes</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="themes.html">Themes</a></td><td><a href="themes_not_modified.html">ThemesNotModified</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TmpPassword</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="tmp_password.html">TmpPassword</a></li></ul><h1>TmpPassword</h1><pre>---types---
account.tmpPassword#db64fd34 tmp_password:<a href="../../index.html#bytes">bytes</a> valid_until:<a href="../../index.html#date">date</a> = <a href="../../types/account/tmp_password.html">account.TmpPassword</a></pre><button onclick="cp('from telethon.tl.types.account import TmpPassword');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/tmp_password.html">account.TmpPassword</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="tmp_password.html">TmpPassword</a></td></tr></table><h3>Members</h3><table><tr><td><b>tmp_password</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</a></td><td></td></tr><tr><td><b>valid_until</b></td><td style="text-align:center"><a href="../../index.html#date">date</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WallPapers</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="wall_papers.html">WallPapers</a></li></ul><h1>WallPapers</h1><pre>---types---
account.wallPapers#cdc3858c hash:<a href="../../index.html#long">long</a> wallpapers:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/wall_paper.html">WallPaper</a>&gt; = <a href="../../types/account/wall_papers.html">account.WallPapers</a></pre><button onclick="cp('from telethon.tl.types.account import WallPapers');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/wall_papers.html">account.WallPapers</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="wall_papers.html">WallPapers</a></td><td><a href="wall_papers_not_modified.html">WallPapersNotModified</a></td></tr></table><h3>Members</h3><table><tr><td><b>hash</b></td><td style="text-align:center"><a href="../../index.html#long">long</a></td><td></td></tr><tr><td><b>wallpapers</b></td><td style="text-align:center"><a href="../../types/wall_paper.html">WallPaper</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WallPapersNotModified</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="wall_papers_not_modified.html">WallPapersNotModified</a></li></ul><h1>WallPapersNotModified</h1><pre>---types---
account.wallPapersNotModified#1c199183 = <a href="../../types/account/wall_papers.html">account.WallPapers</a></pre><button onclick="cp('from telethon.tl.types.account import WallPapersNotModified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/wall_papers.html">account.WallPapers</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="wall_papers.html">WallPapers</a></td><td><a href="wall_papers_not_modified.html">WallPapersNotModified</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WebAuthorizations</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="web_authorizations.html">WebAuthorizations</a></li></ul><h1>WebAuthorizations</h1><pre>---types---
account.webAuthorizations#ed56c9fc authorizations:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/web_authorization.html">WebAuthorization</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <a href="../../types/account/web_authorizations.html">account.WebAuthorizations</a></pre><button onclick="cp('from telethon.tl.types.account import WebAuthorizations');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/account/web_authorizations.html">account.WebAuthorizations</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="web_authorizations.html">WebAuthorizations</a></td></tr></table><h3>Members</h3><table><tr><td><b>authorizations</b></td><td style="text-align:center"><a href="../../types/web_authorization.html">WebAuthorization</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AccountDaysTTL</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="account_days_ttl.html">AccountDaysTTL</a></li></ul><h1>AccountDaysTTL</h1><pre>---types---
accountDaysTTL#b8d0afdf days:<a href="../index.html#int">int</a> = <a href="../types/account_days_ttl.html">AccountDaysTTL</a></pre><button onclick="cp('from telethon.tl.types import AccountDaysTTL');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/account_days_ttl.html">AccountDaysTTL</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="account_days_ttl.html">AccountDaysTTL</a></td></tr></table><h3>Members</h3><table><tr><td><b>days</b></td><td style="text-align:center"><a href="../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AppWebViewResultUrl</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="app_web_view_result_url.html">AppWebViewResultUrl</a></li></ul><h1>AppWebViewResultUrl</h1><pre>---types---
appWebViewResultUrl#3c1b4f0d url:<a href="../index.html#string">string</a> = <a href="../types/app_web_view_result.html">AppWebViewResult</a></pre><button onclick="cp('from telethon.tl.types import AppWebViewResultUrl');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/app_web_view_result.html">AppWebViewResult</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="app_web_view_result_url.html">AppWebViewResultUrl</a></td></tr></table><h3>Members</h3><table><tr><td><b>url</b></td><td style="text-align:center"><a href="../index.html#string">string</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuBot</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="attach_menu_bot.html">AttachMenuBot</a></li></ul><h1>AttachMenuBot</h1><pre>---types---
attachMenuBot#d90d8dfe flags:# inactive:flags.0?<a href="../index.html#true">true</a> has_settings:flags.1?<a href="../index.html#true">true</a> request_write_access:flags.2?<a href="../index.html#true">true</a> show_in_attach_menu:flags.3?<a href="../index.html#true">true</a> show_in_side_menu:flags.4?<a href="../index.html#true">true</a> side_menu_disclaimer_needed:flags.5?<a href="../index.html#true">true</a> bot_id:<a href="../index.html#long">long</a> short_name:<a href="../index.html#string">string</a> peer_types:flags.3?<a href="../index.html#vector">Vector</a>&lt;<a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a>&gt; icons:<a href="../index.html#vector">Vector</a>&lt;<a href="../types/attach_menu_bot_icon.html">AttachMenuBotIcon</a>&gt; = <a href="../types/attach_menu_bot.html">AttachMenuBot</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuBot');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_bot.html">AttachMenuBot</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="attach_menu_bot.html">AttachMenuBot</a></td></tr></table><h3>Members</h3><table><tr><td><b>bot_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>short_name</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>icons</b></td><td style="text-align:center"><a href="../types/attach_menu_bot_icon.html">AttachMenuBotIcon</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>inactive</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>has_settings</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>request_write_access</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>show_in_attach_menu</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>show_in_side_menu</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>side_menu_disclaimer_needed</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>peer_types</b></td><td style="text-align:center"><a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></td><td>This argument defaults to <code>None</code> and can be omitted. Otherwise, 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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuBotIcon</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="attach_menu_bot_icon.html">AttachMenuBotIcon</a></li></ul><h1>AttachMenuBotIcon</h1><pre>---types---
attachMenuBotIcon#b2a7386b flags:# name:<a href="../index.html#string">string</a> icon:<a href="../types/document.html">Document</a> colors:flags.0?<a href="../index.html#vector">Vector</a>&lt;<a href="../types/attach_menu_bot_icon_color.html">AttachMenuBotIconColor</a>&gt; = <a href="../types/attach_menu_bot_icon.html">AttachMenuBotIcon</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuBotIcon');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_bot_icon.html">AttachMenuBotIcon</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="attach_menu_bot_icon.html">AttachMenuBotIcon</a></td></tr></table><h3>Members</h3><table><tr><td><b>name</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>icon</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td></td></tr><tr><td><b>colors</b></td><td style="text-align:center"><a href="../types/attach_menu_bot_icon_color.html">AttachMenuBotIconColor</a></td><td>This argument defaults to <code>None</code> and can be omitted. Otherwise, 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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuBotIconColor</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="attach_menu_bot_icon_color.html">AttachMenuBotIconColor</a></li></ul><h1>AttachMenuBotIconColor</h1><pre>---types---
attachMenuBotIconColor#4576f3f0 name:<a href="../index.html#string">string</a> color:<a href="../index.html#int">int</a> = <a href="../types/attach_menu_bot_icon_color.html">AttachMenuBotIconColor</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuBotIconColor');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_bot_icon_color.html">AttachMenuBotIconColor</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="attach_menu_bot_icon_color.html">AttachMenuBotIconColor</a></td></tr></table><h3>Members</h3><table><tr><td><b>name</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>color</b></td><td style="text-align:center"><a href="../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuBots</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="attach_menu_bots.html">AttachMenuBots</a></li></ul><h1>AttachMenuBots</h1><pre>---types---
attachMenuBots#3c4301c0 hash:<a href="../index.html#long">long</a> bots:<a href="../index.html#vector">Vector</a>&lt;<a href="../types/attach_menu_bot.html">AttachMenuBot</a>&gt; users:<a href="../index.html#vector">Vector</a>&lt;<a href="../types/user.html">User</a>&gt; = <a href="../types/attach_menu_bots.html">AttachMenuBots</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuBots');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_bots.html">AttachMenuBots</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_bots.html">AttachMenuBots</a></td><td><a href="attach_menu_bots_not_modified.html">AttachMenuBotsNotModified</a></td></tr></table><h3>Members</h3><table><tr><td><b>hash</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>bots</b></td><td style="text-align:center"><a href="../types/attach_menu_bot.html">AttachMenuBot</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuBotsBot</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="attach_menu_bots_bot.html">AttachMenuBotsBot</a></li></ul><h1>AttachMenuBotsBot</h1><pre>---types---
attachMenuBotsBot#93bf667f bot:<a href="../types/attach_menu_bot.html">AttachMenuBot</a> users:<a href="../index.html#vector">Vector</a>&lt;<a href="../types/user.html">User</a>&gt; = <a href="../types/attach_menu_bots_bot.html">AttachMenuBotsBot</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuBotsBot');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_bots_bot.html">AttachMenuBotsBot</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="attach_menu_bots_bot.html">AttachMenuBotsBot</a></td></tr></table><h3>Members</h3><table><tr><td><b>bot</b></td><td style="text-align:center"><a href="../types/attach_menu_bot.html">AttachMenuBot</a></td><td></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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuBotsNotModified</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="attach_menu_bots_not_modified.html">AttachMenuBotsNotModified</a></li></ul><h1>AttachMenuBotsNotModified</h1><pre>---types---
attachMenuBotsNotModified#f1d88a5c = <a href="../types/attach_menu_bots.html">AttachMenuBots</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuBotsNotModified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_bots.html">AttachMenuBots</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_bots.html">AttachMenuBots</a></td><td><a href="attach_menu_bots_not_modified.html">AttachMenuBotsNotModified</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuPeerTypeBotPM</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="attach_menu_peer_type_bot_pm.html">AttachMenuPeerTypeBotPM</a></li></ul><h1>AttachMenuPeerTypeBotPM</h1><pre>---types---
attachMenuPeerTypeBotPM#c32bfa1a = <a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuPeerTypeBotPM');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_peer_type_bot_pm.html">AttachMenuPeerTypeBotPM</a></td><td><a href="attach_menu_peer_type_broadcast.html">AttachMenuPeerTypeBroadcast</a></td></tr><tr><td><a href="attach_menu_peer_type_chat.html">AttachMenuPeerTypeChat</a></td><td><a href="attach_menu_peer_type_pm.html">AttachMenuPeerTypePM</a></td></tr><tr><td><a href="attach_menu_peer_type_same_bot_pm.html">AttachMenuPeerTypeSameBotPM</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuPeerTypeBroadcast</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="attach_menu_peer_type_broadcast.html">AttachMenuPeerTypeBroadcast</a></li></ul><h1>AttachMenuPeerTypeBroadcast</h1><pre>---types---
attachMenuPeerTypeBroadcast#7bfbdefc = <a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuPeerTypeBroadcast');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_peer_type_bot_pm.html">AttachMenuPeerTypeBotPM</a></td><td><a href="attach_menu_peer_type_broadcast.html">AttachMenuPeerTypeBroadcast</a></td></tr><tr><td><a href="attach_menu_peer_type_chat.html">AttachMenuPeerTypeChat</a></td><td><a href="attach_menu_peer_type_pm.html">AttachMenuPeerTypePM</a></td></tr><tr><td><a href="attach_menu_peer_type_same_bot_pm.html">AttachMenuPeerTypeSameBotPM</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuPeerTypeChat</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="attach_menu_peer_type_chat.html">AttachMenuPeerTypeChat</a></li></ul><h1>AttachMenuPeerTypeChat</h1><pre>---types---
attachMenuPeerTypeChat#0509113f = <a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuPeerTypeChat');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_peer_type_bot_pm.html">AttachMenuPeerTypeBotPM</a></td><td><a href="attach_menu_peer_type_broadcast.html">AttachMenuPeerTypeBroadcast</a></td></tr><tr><td><a href="attach_menu_peer_type_chat.html">AttachMenuPeerTypeChat</a></td><td><a href="attach_menu_peer_type_pm.html">AttachMenuPeerTypePM</a></td></tr><tr><td><a href="attach_menu_peer_type_same_bot_pm.html">AttachMenuPeerTypeSameBotPM</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuPeerTypePM</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="attach_menu_peer_type_pm.html">AttachMenuPeerTypePM</a></li></ul><h1>AttachMenuPeerTypePM</h1><pre>---types---
attachMenuPeerTypePM#f146d31f = <a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuPeerTypePM');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_peer_type_bot_pm.html">AttachMenuPeerTypeBotPM</a></td><td><a href="attach_menu_peer_type_broadcast.html">AttachMenuPeerTypeBroadcast</a></td></tr><tr><td><a href="attach_menu_peer_type_chat.html">AttachMenuPeerTypeChat</a></td><td><a href="attach_menu_peer_type_pm.html">AttachMenuPeerTypePM</a></td></tr><tr><td><a href="attach_menu_peer_type_same_bot_pm.html">AttachMenuPeerTypeSameBotPM</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AttachMenuPeerTypeSameBotPM</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="attach_menu_peer_type_same_bot_pm.html">AttachMenuPeerTypeSameBotPM</a></li></ul><h1>AttachMenuPeerTypeSameBotPM</h1><pre>---types---
attachMenuPeerTypeSameBotPM#7d6be90e = <a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></pre><button onclick="cp('from telethon.tl.types import AttachMenuPeerTypeSameBotPM');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/attach_menu_peer_type.html">AttachMenuPeerType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="attach_menu_peer_type_bot_pm.html">AttachMenuPeerTypeBotPM</a></td><td><a href="attach_menu_peer_type_broadcast.html">AttachMenuPeerTypeBroadcast</a></td></tr><tr><td><a href="attach_menu_peer_type_chat.html">AttachMenuPeerTypeChat</a></td><td><a href="attach_menu_peer_type_pm.html">AttachMenuPeerTypePM</a></td></tr><tr><td><a href="attach_menu_peer_type_same_bot_pm.html">AttachMenuPeerTypeSameBotPM</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Authorization</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="authorization.html">Authorization</a></li></ul><h1>Authorization</h1><pre>---types---
auth.authorization#2ea2c0d4 flags:# setup_password_required:flags.1?<a href="../../index.html#true">true</a> otherwise_relogin_days:flags.1?<a href="../../index.html#int">int</a> tmp_sessions:flags.0?<a href="../../index.html#int">int</a> future_auth_token:flags.2?<a href="../../index.html#bytes">bytes</a> user:<a href="../../types/user.html">User</a> = <a href="../../types/auth/authorization.html">auth.Authorization</a></pre><button onclick="cp('from telethon.tl.types.auth import Authorization');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/authorization.html">auth.Authorization</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="authorization.html">Authorization</a></td><td><a href="authorization_sign_up_required.html">AuthorizationSignUpRequired</a></td></tr></table><h3>Members</h3><table><tr><td><b>user</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td></td></tr><tr><td><b>setup_password_required</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>otherwise_relogin_days</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>tmp_sessions</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>future_auth_token</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AuthorizationSignUpRequired</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="authorization_sign_up_required.html">AuthorizationSignUpRequired</a></li></ul><h1>AuthorizationSignUpRequired</h1><pre>---types---
auth.authorizationSignUpRequired#44747e9a flags:# terms_of_service:flags.0?<a href="../../types/help/terms_of_service.html">help.TermsOfService</a> = <a href="../../types/auth/authorization.html">auth.Authorization</a></pre><button onclick="cp('from telethon.tl.types.auth import AuthorizationSignUpRequired');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/authorization.html">auth.Authorization</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="authorization.html">Authorization</a></td><td><a href="authorization_sign_up_required.html">AuthorizationSignUpRequired</a></td></tr></table><h3>Members</h3><table><tr><td><b>terms_of_service</b></td><td style="text-align:center"><a href="../../types/help/terms_of_service.html">help.TermsOfService</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CodeTypeCall</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="code_type_call.html">CodeTypeCall</a></li></ul><h1>CodeTypeCall</h1><pre>---types---
auth.codeTypeCall#741cd3e3 = <a href="../../types/auth/code_type.html">auth.CodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import CodeTypeCall');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/code_type.html">auth.CodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="code_type_call.html">CodeTypeCall</a></td><td><a href="code_type_flash_call.html">CodeTypeFlashCall</a></td></tr><tr><td><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></td><td><a href="code_type_missed_call.html">CodeTypeMissedCall</a></td></tr><tr><td><a href="code_type_sms.html">CodeTypeSms</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CodeTypeFlashCall</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="code_type_flash_call.html">CodeTypeFlashCall</a></li></ul><h1>CodeTypeFlashCall</h1><pre>---types---
auth.codeTypeFlashCall#226ccefb = <a href="../../types/auth/code_type.html">auth.CodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import CodeTypeFlashCall');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/code_type.html">auth.CodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="code_type_call.html">CodeTypeCall</a></td><td><a href="code_type_flash_call.html">CodeTypeFlashCall</a></td></tr><tr><td><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></td><td><a href="code_type_missed_call.html">CodeTypeMissedCall</a></td></tr><tr><td><a href="code_type_sms.html">CodeTypeSms</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CodeTypeFragmentSms</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></li></ul><h1>CodeTypeFragmentSms</h1><pre>---types---
auth.codeTypeFragmentSms#06ed998c = <a href="../../types/auth/code_type.html">auth.CodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import CodeTypeFragmentSms');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/code_type.html">auth.CodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="code_type_call.html">CodeTypeCall</a></td><td><a href="code_type_flash_call.html">CodeTypeFlashCall</a></td></tr><tr><td><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></td><td><a href="code_type_missed_call.html">CodeTypeMissedCall</a></td></tr><tr><td><a href="code_type_sms.html">CodeTypeSms</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CodeTypeMissedCall</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="code_type_missed_call.html">CodeTypeMissedCall</a></li></ul><h1>CodeTypeMissedCall</h1><pre>---types---
auth.codeTypeMissedCall#d61ad6ee = <a href="../../types/auth/code_type.html">auth.CodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import CodeTypeMissedCall');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/code_type.html">auth.CodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="code_type_call.html">CodeTypeCall</a></td><td><a href="code_type_flash_call.html">CodeTypeFlashCall</a></td></tr><tr><td><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></td><td><a href="code_type_missed_call.html">CodeTypeMissedCall</a></td></tr><tr><td><a href="code_type_sms.html">CodeTypeSms</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CodeTypeSms</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="code_type_sms.html">CodeTypeSms</a></li></ul><h1>CodeTypeSms</h1><pre>---types---
auth.codeTypeSms#72a3158c = <a href="../../types/auth/code_type.html">auth.CodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import CodeTypeSms');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/code_type.html">auth.CodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="code_type_call.html">CodeTypeCall</a></td><td><a href="code_type_flash_call.html">CodeTypeFlashCall</a></td></tr><tr><td><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></td><td><a href="code_type_missed_call.html">CodeTypeMissedCall</a></td></tr><tr><td><a href="code_type_sms.html">CodeTypeSms</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ExportedAuthorization</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="exported_authorization.html">ExportedAuthorization</a></li></ul><h1>ExportedAuthorization</h1><pre>---types---
auth.exportedAuthorization#b434e2b8 id:<a href="../../index.html#long">long</a> bytes:<a href="../../index.html#bytes">bytes</a> = <a href="../../types/auth/exported_authorization.html">auth.ExportedAuthorization</a></pre><button onclick="cp('from telethon.tl.types.auth import ExportedAuthorization');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/exported_authorization.html">auth.ExportedAuthorization</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="exported_authorization.html">ExportedAuthorization</a></td></tr></table><h3>Members</h3><table><tr><td><b>id</b></td><td style="text-align:center"><a href="../../index.html#long">long</a></td><td></td></tr><tr><td><b>bytes</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</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>

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constructors/Auth</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">Auth</a></li></ul><h1>Constructors/Auth</h1><p>Click <a href="botindex.html">here</a> to view the requests that you can use as a bot.</p><h1>Available items</h1><table><tr><td><a href="authorization.html">Authorization</a></td><td><a href="authorization_sign_up_required.html">AuthorizationSignUpRequired</a></td></tr><tr><td><a href="code_type_call.html">CodeTypeCall</a></td><td><a href="code_type_flash_call.html">CodeTypeFlashCall</a></td></tr><tr><td><a href="code_type_fragment_sms.html">CodeTypeFragmentSms</a></td><td><a href="code_type_missed_call.html">CodeTypeMissedCall</a></td></tr><tr><td><a href="code_type_sms.html">CodeTypeSms</a></td><td><a href="exported_authorization.html">ExportedAuthorization</a></td></tr><tr><td><a href="logged_out.html">LoggedOut</a></td><td><a href="login_token.html">LoginToken</a></td></tr><tr><td><a href="login_token_migrate_to.html">LoginTokenMigrateTo</a></td><td><a href="login_token_success.html">LoginTokenSuccess</a></td></tr><tr><td><a href="password_recovery.html">PasswordRecovery</a></td><td><a href="sent_code.html">SentCode</a></td></tr><tr><td><a href="sent_code_success.html">SentCodeSuccess</a></td><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td></tr><tr><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td></tr><tr><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td></tr><tr><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td></tr><tr><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td></tr><tr><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table></div></body></html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LoggedOut</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="logged_out.html">LoggedOut</a></li></ul><h1>LoggedOut</h1><pre>---types---
auth.loggedOut#c3a2835f flags:# future_auth_token:flags.0?<a href="../../index.html#bytes">bytes</a> = <a href="../../types/auth/logged_out.html">auth.LoggedOut</a></pre><button onclick="cp('from telethon.tl.types.auth import LoggedOut');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/logged_out.html">auth.LoggedOut</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="logged_out.html">LoggedOut</a></td></tr></table><h3>Members</h3><table><tr><td><b>future_auth_token</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LoginToken</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="login_token.html">LoginToken</a></li></ul><h1>LoginToken</h1><pre>---types---
auth.loginToken#629f1980 expires:<a href="../../index.html#date">date</a> token:<a href="../../index.html#bytes">bytes</a> = <a href="../../types/auth/login_token.html">auth.LoginToken</a></pre><button onclick="cp('from telethon.tl.types.auth import LoginToken');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/login_token.html">auth.LoginToken</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="login_token.html">LoginToken</a></td><td><a href="login_token_migrate_to.html">LoginTokenMigrateTo</a></td></tr><tr><td><a href="login_token_success.html">LoginTokenSuccess</a></td></tr></table><h3>Members</h3><table><tr><td><b>expires</b></td><td style="text-align:center"><a href="../../index.html#date">date</a></td><td></td></tr><tr><td><b>token</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LoginTokenMigrateTo</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="login_token_migrate_to.html">LoginTokenMigrateTo</a></li></ul><h1>LoginTokenMigrateTo</h1><pre>---types---
auth.loginTokenMigrateTo#068e9916 dc_id:<a href="../../index.html#int">int</a> token:<a href="../../index.html#bytes">bytes</a> = <a href="../../types/auth/login_token.html">auth.LoginToken</a></pre><button onclick="cp('from telethon.tl.types.auth import LoginTokenMigrateTo');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/login_token.html">auth.LoginToken</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="login_token.html">LoginToken</a></td><td><a href="login_token_migrate_to.html">LoginTokenMigrateTo</a></td></tr><tr><td><a href="login_token_success.html">LoginTokenSuccess</a></td></tr></table><h3>Members</h3><table><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>token</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LoginTokenSuccess</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="login_token_success.html">LoginTokenSuccess</a></li></ul><h1>LoginTokenSuccess</h1><pre>---types---
auth.loginTokenSuccess#390d5c5e authorization:<a href="../../types/auth/authorization.html">auth.Authorization</a> = <a href="../../types/auth/login_token.html">auth.LoginToken</a></pre><button onclick="cp('from telethon.tl.types.auth import LoginTokenSuccess');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/login_token.html">auth.LoginToken</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="login_token.html">LoginToken</a></td><td><a href="login_token_migrate_to.html">LoginTokenMigrateTo</a></td></tr><tr><td><a href="login_token_success.html">LoginTokenSuccess</a></td></tr></table><h3>Members</h3><table><tr><td><b>authorization</b></td><td style="text-align:center"><a href="../../types/auth/authorization.html">auth.Authorization</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PasswordRecovery</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="password_recovery.html">PasswordRecovery</a></li></ul><h1>PasswordRecovery</h1><pre>---types---
auth.passwordRecovery#137948a5 email_pattern:<a href="../../index.html#string">string</a> = <a href="../../types/auth/password_recovery.html">auth.PasswordRecovery</a></pre><button onclick="cp('from telethon.tl.types.auth import PasswordRecovery');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/password_recovery.html">auth.PasswordRecovery</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="password_recovery.html">PasswordRecovery</a></td></tr></table><h3>Members</h3><table><tr><td><b>email_pattern</b></td><td style="text-align:center"><a href="../../index.html#string">string</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCode</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code.html">SentCode</a></li></ul><h1>SentCode</h1><pre>---types---
auth.sentCode#5e002502 flags:# type:<a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a> phone_code_hash:<a href="../../index.html#string">string</a> next_type:flags.1?<a href="../../types/auth/code_type.html">auth.CodeType</a> timeout:flags.2?<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code.html">auth.SentCode</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCode');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code.html">auth.SentCode</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code.html">SentCode</a></td><td><a href="sent_code_success.html">SentCodeSuccess</a></td></tr></table><h3>Members</h3><table><tr><td><b>type</b></td><td style="text-align:center"><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td><td></td></tr><tr><td><b>phone_code_hash</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>next_type</b></td><td style="text-align:center"><a href="../../types/auth/code_type.html">auth.CodeType</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>timeout</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeSuccess</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_success.html">SentCodeSuccess</a></li></ul><h1>SentCodeSuccess</h1><pre>---types---
auth.sentCodeSuccess#2390fe44 authorization:<a href="../../types/auth/authorization.html">auth.Authorization</a> = <a href="../../types/auth/sent_code.html">auth.SentCode</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeSuccess');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code.html">auth.SentCode</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code.html">SentCode</a></td><td><a href="sent_code_success.html">SentCodeSuccess</a></td></tr></table><h3>Members</h3><table><tr><td><b>authorization</b></td><td style="text-align:center"><a href="../../types/auth/authorization.html">auth.Authorization</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeApp</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_app.html">SentCodeTypeApp</a></li></ul><h1>SentCodeTypeApp</h1><pre>---types---
auth.sentCodeTypeApp#3dbb5986 length:<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeApp');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeCall</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_call.html">SentCodeTypeCall</a></li></ul><h1>SentCodeTypeCall</h1><pre>---types---
auth.sentCodeTypeCall#5353e5a7 length:<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeCall');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeEmailCode</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></li></ul><h1>SentCodeTypeEmailCode</h1><pre>---types---
auth.sentCodeTypeEmailCode#f450f59b flags:# apple_signin_allowed:flags.0?<a href="../../index.html#true">true</a> google_signin_allowed:flags.1?<a href="../../index.html#true">true</a> email_pattern:<a href="../../index.html#string">string</a> length:<a href="../../index.html#int">int</a> reset_available_period:flags.3?<a href="../../index.html#int">int</a> reset_pending_date:flags.4?<a href="../../index.html#date">date</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeEmailCode');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>email_pattern</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>apple_signin_allowed</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>google_signin_allowed</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>reset_available_period</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>reset_pending_date</b></td><td style="text-align:center"><a href="../../index.html#date">date</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeFirebaseSms</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></li></ul><h1>SentCodeTypeFirebaseSms</h1><pre>---types---
auth.sentCodeTypeFirebaseSms#13c90f17 flags:# nonce:flags.0?<a href="../../index.html#bytes">bytes</a> play_integrity_nonce:flags.2?<a href="../../index.html#bytes">bytes</a> receipt:flags.1?<a href="../../index.html#string">string</a> push_timeout:flags.1?<a href="../../index.html#int">int</a> length:<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeFirebaseSms');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>nonce</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>play_integrity_nonce</b></td><td style="text-align:center"><a href="../../index.html#bytes">bytes</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>receipt</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><tr><td><b>push_timeout</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeFlashCall</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></li></ul><h1>SentCodeTypeFlashCall</h1><pre>---types---
auth.sentCodeTypeFlashCall#ab03c6d9 pattern:<a href="../../index.html#string">string</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeFlashCall');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>pattern</b></td><td style="text-align:center"><a href="../../index.html#string">string</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeFragmentSms</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></li></ul><h1>SentCodeTypeFragmentSms</h1><pre>---types---
auth.sentCodeTypeFragmentSms#d9565c39 url:<a href="../../index.html#string">string</a> length:<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeFragmentSms');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>url</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeMissedCall</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></li></ul><h1>SentCodeTypeMissedCall</h1><pre>---types---
auth.sentCodeTypeMissedCall#82006484 prefix:<a href="../../index.html#string">string</a> length:<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeMissedCall');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>prefix</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeSetUpEmailRequired</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></li></ul><h1>SentCodeTypeSetUpEmailRequired</h1><pre>---types---
auth.sentCodeTypeSetUpEmailRequired#a5491dea flags:# apple_signin_allowed:flags.0?<a href="../../index.html#true">true</a> google_signin_allowed:flags.1?<a href="../../index.html#true">true</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeSetUpEmailRequired');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>apple_signin_allowed</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>google_signin_allowed</b></td><td style="text-align:center"><a href="../../index.html#true">flag</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeSms</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_sms.html">SentCodeTypeSms</a></li></ul><h1>SentCodeTypeSms</h1><pre>---types---
auth.sentCodeTypeSms#c000bba2 length:<a href="../../index.html#int">int</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeSms');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>length</b></td><td style="text-align:center"><a href="../../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeSmsPhrase</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></li></ul><h1>SentCodeTypeSmsPhrase</h1><pre>---types---
auth.sentCodeTypeSmsPhrase#b37794af flags:# beginning:flags.0?<a href="../../index.html#string">string</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeSmsPhrase');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>beginning</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodeTypeSmsWord</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">Auth</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></li></ul><h1>SentCodeTypeSmsWord</h1><pre>---types---
auth.sentCodeTypeSmsWord#a416ac81 flags:# beginning:flags.0?<a href="../../index.html#string">string</a> = <a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodeTypeSmsWord');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/auth/sent_code_type.html">auth.SentCodeType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="sent_code_type_app.html">SentCodeTypeApp</a></td><td><a href="sent_code_type_call.html">SentCodeTypeCall</a></td></tr><tr><td><a href="sent_code_type_email_code.html">SentCodeTypeEmailCode</a></td><td><a href="sent_code_type_firebase_sms.html">SentCodeTypeFirebaseSms</a></td></tr><tr><td><a href="sent_code_type_flash_call.html">SentCodeTypeFlashCall</a></td><td><a href="sent_code_type_fragment_sms.html">SentCodeTypeFragmentSms</a></td></tr><tr><td><a href="sent_code_type_missed_call.html">SentCodeTypeMissedCall</a></td><td><a href="sent_code_type_set_up_email_required.html">SentCodeTypeSetUpEmailRequired</a></td></tr><tr><td><a href="sent_code_type_sms.html">SentCodeTypeSms</a></td><td><a href="sent_code_type_sms_phrase.html">SentCodeTypeSmsPhrase</a></td></tr><tr><td><a href="sent_code_type_sms_word.html">SentCodeTypeSmsWord</a></td></tr></table><h3>Members</h3><table><tr><td><b>beginning</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Authorization</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="authorization.html">Authorization</a></li></ul><h1>Authorization</h1><pre>---types---
authorization#ad01d61d flags:# current:flags.0?<a href="../index.html#true">true</a> official_app:flags.1?<a href="../index.html#true">true</a> password_pending:flags.2?<a href="../index.html#true">true</a> encrypted_requests_disabled:flags.3?<a href="../index.html#true">true</a> call_requests_disabled:flags.4?<a href="../index.html#true">true</a> unconfirmed:flags.5?<a href="../index.html#true">true</a> hash:<a href="../index.html#long">long</a> device_model:<a href="../index.html#string">string</a> platform:<a href="../index.html#string">string</a> system_version:<a href="../index.html#string">string</a> api_id:<a href="../index.html#int">int</a> app_name:<a href="../index.html#string">string</a> app_version:<a href="../index.html#string">string</a> date_created:<a href="../index.html#date">date</a> date_active:<a href="../index.html#date">date</a> ip:<a href="../index.html#string">string</a> country:<a href="../index.html#string">string</a> region:<a href="../index.html#string">string</a> = <a href="../types/authorization.html">Authorization</a></pre><button onclick="cp('from telethon.tl.types import Authorization');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/authorization.html">Authorization</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="authorization.html">Authorization</a></td></tr></table><h3>Members</h3><table><tr><td><b>hash</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>device_model</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>platform</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>system_version</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>api_id</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>app_name</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>app_version</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>date_created</b></td><td style="text-align:center"><a href="../index.html#date">date</a></td><td></td></tr><tr><td><b>date_active</b></td><td style="text-align:center"><a href="../index.html#date">date</a></td><td></td></tr><tr><td><b>ip</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>country</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>region</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>current</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>official_app</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>password_pending</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>encrypted_requests_disabled</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>call_requests_disabled</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>unconfirmed</b></td><td style="text-align:center"><a href="../index.html#true">flag</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>

View File

@ -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="auto_download_settings.html">AutoDownloadSettings</a></li></ul><h1>AutoDownloadSettings</h1><pre>---types---
autoDownloadSettings#baa57628 flags:# disabled:flags.0?<a href="../index.html#true">true</a> video_preload_large:flags.1?<a href="../index.html#true">true</a> audio_preload_next:flags.2?<a href="../index.html#true">true</a> phonecalls_less_data:flags.3?<a href="../index.html#true">true</a> stories_preload:flags.4?<a href="../index.html#true">true</a> photo_size_max:<a href="../index.html#int">int</a> video_size_max:<a href="../index.html#long">long</a> file_size_max:<a href="../index.html#long">long</a> video_upload_maxbitrate:<a href="../index.html#int">int</a> small_queue_active_operations_max:<a href="../index.html#int">int</a> large_queue_active_operations_max:<a href="../index.html#int">int</a> = <a href="../types/auto_download_settings.html">AutoDownloadSettings</a></pre><button onclick="cp('from telethon.tl.types import AutoDownloadSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/auto_download_settings.html">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>photo_size_max</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>video_size_max</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>file_size_max</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>video_upload_maxbitrate</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>small_queue_active_operations_max</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>large_queue_active_operations_max</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>disabled</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>video_preload_large</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>audio_preload_next</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>phonecalls_less_data</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>stories_preload</b></td><td style="text-align:center"><a href="../index.html#true">flag</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AutoSaveException</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="auto_save_exception.html">AutoSaveException</a></li></ul><h1>AutoSaveException</h1><pre>---types---
autoSaveException#81602d47 peer:<a href="../types/peer.html">Peer</a> settings:<a href="../types/auto_save_settings.html">AutoSaveSettings</a> = <a href="../types/auto_save_exception.html">AutoSaveException</a></pre><button onclick="cp('from telethon.tl.types import AutoSaveException');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/auto_save_exception.html">AutoSaveException</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="auto_save_exception.html">AutoSaveException</a></td></tr></table><h3>Members</h3><table><tr><td><b>peer</b></td><td style="text-align:center"><a href="../types/peer.html">Peer</a></td><td></td></tr><tr><td><b>settings</b></td><td style="text-align:center"><a href="../types/auto_save_settings.html">AutoSaveSettings</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>

View File

@ -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="auto_save_settings.html">AutoSaveSettings</a></li></ul><h1>AutoSaveSettings</h1><pre>---types---
autoSaveSettings#c84834ce flags:# photos:flags.0?<a href="../index.html#true">true</a> videos:flags.1?<a href="../index.html#true">true</a> video_max_size:flags.2?<a href="../index.html#long">long</a> = <a href="../types/auto_save_settings.html">AutoSaveSettings</a></pre><button onclick="cp('from telethon.tl.types import AutoSaveSettings');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/auto_save_settings.html">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>photos</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>videos</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>video_max_size</b></td><td style="text-align:center"><a href="../index.html#long">long</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AvailableEffect</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="available_effect.html">AvailableEffect</a></li></ul><h1>AvailableEffect</h1><pre>---types---
availableEffect#93c3e27e flags:# premium_required:flags.2?<a href="../index.html#true">true</a> id:<a href="../index.html#long">long</a> emoticon:<a href="../index.html#string">string</a> static_icon_id:flags.0?<a href="../index.html#long">long</a> effect_sticker_id:<a href="../index.html#long">long</a> effect_animation_id:flags.1?<a href="../index.html#long">long</a> = <a href="../types/available_effect.html">AvailableEffect</a></pre><button onclick="cp('from telethon.tl.types import AvailableEffect');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/available_effect.html">AvailableEffect</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="available_effect.html">AvailableEffect</a></td></tr></table><h3>Members</h3><table><tr><td><b>id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>emoticon</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>effect_sticker_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>premium_required</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>static_icon_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>effect_animation_id</b></td><td style="text-align:center"><a href="../index.html#long">long</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AvailableReaction</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="available_reaction.html">AvailableReaction</a></li></ul><h1>AvailableReaction</h1><pre>---types---
availableReaction#c077ec01 flags:# inactive:flags.0?<a href="../index.html#true">true</a> premium:flags.2?<a href="../index.html#true">true</a> reaction:<a href="../index.html#string">string</a> title:<a href="../index.html#string">string</a> static_icon:<a href="../types/document.html">Document</a> appear_animation:<a href="../types/document.html">Document</a> select_animation:<a href="../types/document.html">Document</a> activate_animation:<a href="../types/document.html">Document</a> effect_animation:<a href="../types/document.html">Document</a> around_animation:flags.1?<a href="../types/document.html">Document</a> center_icon:flags.1?<a href="../types/document.html">Document</a> = <a href="../types/available_reaction.html">AvailableReaction</a></pre><button onclick="cp('from telethon.tl.types import AvailableReaction');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/available_reaction.html">AvailableReaction</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="available_reaction.html">AvailableReaction</a></td></tr></table><h3>Members</h3><table><tr><td><b>reaction</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>title</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>static_icon</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td></td></tr><tr><td><b>appear_animation</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td></td></tr><tr><td><b>select_animation</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td></td></tr><tr><td><b>activate_animation</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td></td></tr><tr><td><b>effect_animation</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td></td></tr><tr><td><b>inactive</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>premium</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>around_animation</b></td><td style="text-align:center"><a href="../types/document.html">Document</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>center_icon</b></td><td style="text-align:center"><a href="../types/document.html">Document</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BadMsgNotification</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="bad_msg_notification.html">BadMsgNotification</a></li></ul><h1>BadMsgNotification</h1><pre>---types---
bad_msg_notification#a7eff811 bad_msg_id:<a href="../index.html#long">long</a> bad_msg_seqno:<a href="../index.html#int">int</a> error_code:<a href="../index.html#int">int</a> = <a href="../types/bad_msg_notification.html">BadMsgNotification</a></pre><button onclick="cp('from telethon.tl.types import BadMsgNotification');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bad_msg_notification.html">BadMsgNotification</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bad_msg_notification.html">BadMsgNotification</a></td><td><a href="bad_server_salt.html">BadServerSalt</a></td></tr></table><h3>Members</h3><table><tr><td><b>bad_msg_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>bad_msg_seqno</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>error_code</b></td><td style="text-align:center"><a href="../index.html#int">int</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BadServerSalt</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="bad_server_salt.html">BadServerSalt</a></li></ul><h1>BadServerSalt</h1><pre>---types---
bad_server_salt#edab447b bad_msg_id:<a href="../index.html#long">long</a> bad_msg_seqno:<a href="../index.html#int">int</a> error_code:<a href="../index.html#int">int</a> new_server_salt:<a href="../index.html#long">long</a> = <a href="../types/bad_msg_notification.html">BadMsgNotification</a></pre><button onclick="cp('from telethon.tl.types import BadServerSalt');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bad_msg_notification.html">BadMsgNotification</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bad_msg_notification.html">BadMsgNotification</a></td><td><a href="bad_server_salt.html">BadServerSalt</a></td></tr></table><h3>Members</h3><table><tr><td><b>bad_msg_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>bad_msg_seqno</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>error_code</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>new_server_salt</b></td><td style="text-align:center"><a href="../index.html#long">long</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BankCardOpenUrl</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="bank_card_open_url.html">BankCardOpenUrl</a></li></ul><h1>BankCardOpenUrl</h1><pre>---types---
bankCardOpenUrl#f568028a url:<a href="../index.html#string">string</a> name:<a href="../index.html#string">string</a> = <a href="../types/bank_card_open_url.html">BankCardOpenUrl</a></pre><button onclick="cp('from telethon.tl.types import BankCardOpenUrl');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bank_card_open_url.html">BankCardOpenUrl</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="bank_card_open_url.html">BankCardOpenUrl</a></td></tr></table><h3>Members</h3><table><tr><td><b>url</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>name</b></td><td style="text-align:center"><a href="../index.html#string">string</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BaseThemeArctic</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="base_theme_arctic.html">BaseThemeArctic</a></li></ul><h1>BaseThemeArctic</h1><pre>---types---
baseThemeArctic#5b11125a = <a href="../types/base_theme.html">BaseTheme</a></pre><button onclick="cp('from telethon.tl.types import BaseThemeArctic');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/base_theme.html">BaseTheme</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="base_theme_arctic.html">BaseThemeArctic</a></td><td><a href="base_theme_classic.html">BaseThemeClassic</a></td></tr><tr><td><a href="base_theme_day.html">BaseThemeDay</a></td><td><a href="base_theme_night.html">BaseThemeNight</a></td></tr><tr><td><a href="base_theme_tinted.html">BaseThemeTinted</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BaseThemeClassic</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="base_theme_classic.html">BaseThemeClassic</a></li></ul><h1>BaseThemeClassic</h1><pre>---types---
baseThemeClassic#c3a12462 = <a href="../types/base_theme.html">BaseTheme</a></pre><button onclick="cp('from telethon.tl.types import BaseThemeClassic');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/base_theme.html">BaseTheme</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="base_theme_arctic.html">BaseThemeArctic</a></td><td><a href="base_theme_classic.html">BaseThemeClassic</a></td></tr><tr><td><a href="base_theme_day.html">BaseThemeDay</a></td><td><a href="base_theme_night.html">BaseThemeNight</a></td></tr><tr><td><a href="base_theme_tinted.html">BaseThemeTinted</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BaseThemeDay</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="base_theme_day.html">BaseThemeDay</a></li></ul><h1>BaseThemeDay</h1><pre>---types---
baseThemeDay#fbd81688 = <a href="../types/base_theme.html">BaseTheme</a></pre><button onclick="cp('from telethon.tl.types import BaseThemeDay');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/base_theme.html">BaseTheme</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="base_theme_arctic.html">BaseThemeArctic</a></td><td><a href="base_theme_classic.html">BaseThemeClassic</a></td></tr><tr><td><a href="base_theme_day.html">BaseThemeDay</a></td><td><a href="base_theme_night.html">BaseThemeNight</a></td></tr><tr><td><a href="base_theme_tinted.html">BaseThemeTinted</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BaseThemeNight</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="base_theme_night.html">BaseThemeNight</a></li></ul><h1>BaseThemeNight</h1><pre>---types---
baseThemeNight#b7b31ea8 = <a href="../types/base_theme.html">BaseTheme</a></pre><button onclick="cp('from telethon.tl.types import BaseThemeNight');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/base_theme.html">BaseTheme</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="base_theme_arctic.html">BaseThemeArctic</a></td><td><a href="base_theme_classic.html">BaseThemeClassic</a></td></tr><tr><td><a href="base_theme_day.html">BaseThemeDay</a></td><td><a href="base_theme_night.html">BaseThemeNight</a></td></tr><tr><td><a href="base_theme_tinted.html">BaseThemeTinted</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BaseThemeTinted</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="base_theme_tinted.html">BaseThemeTinted</a></li></ul><h1>BaseThemeTinted</h1><pre>---types---
baseThemeTinted#6d5f77ee = <a href="../types/base_theme.html">BaseTheme</a></pre><button onclick="cp('from telethon.tl.types import BaseThemeTinted');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/base_theme.html">BaseTheme</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="base_theme_arctic.html">BaseThemeArctic</a></td><td><a href="base_theme_classic.html">BaseThemeClassic</a></td></tr><tr><td><a href="base_theme_day.html">BaseThemeDay</a></td><td><a href="base_theme_night.html">BaseThemeNight</a></td></tr><tr><td><a href="base_theme_tinted.html">BaseThemeTinted</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BindAuthKeyInner</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="bind_auth_key_inner.html">BindAuthKeyInner</a></li></ul><h1>BindAuthKeyInner</h1><pre>---types---
bind_auth_key_inner#75a3f765 nonce:<a href="../index.html#long">long</a> temp_auth_key_id:<a href="../index.html#long">long</a> perm_auth_key_id:<a href="../index.html#long">long</a> temp_session_id:<a href="../index.html#long">long</a> expires_at:<a href="../index.html#date">date</a> = <a href="../types/bind_auth_key_inner.html">BindAuthKeyInner</a></pre><button onclick="cp('from telethon.tl.types import BindAuthKeyInner');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bind_auth_key_inner.html">BindAuthKeyInner</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="bind_auth_key_inner.html">BindAuthKeyInner</a></td></tr></table><h3>Members</h3><table><tr><td><b>nonce</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>temp_auth_key_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>perm_auth_key_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>temp_session_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>expires_at</b></td><td style="text-align:center"><a href="../index.html#date">date</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Birthday</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="birthday.html">Birthday</a></li></ul><h1>Birthday</h1><pre>---types---
birthday#6c8e1e06 flags:# day:<a href="../index.html#int">int</a> month:<a href="../index.html#int">int</a> year:flags.0?<a href="../index.html#int">int</a> = <a href="../types/birthday.html">Birthday</a></pre><button onclick="cp('from telethon.tl.types import Birthday');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/birthday.html">Birthday</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="birthday.html">Birthday</a></td></tr></table><h3>Members</h3><table><tr><td><b>day</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>month</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>year</b></td><td style="text-align:center"><a href="../index.html#int">int</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>

18
constructors/boost.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Boost</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="boost.html">Boost</a></li></ul><h1>Boost</h1><pre>---types---
boost#2a1c8c71 flags:# gift:flags.1?<a href="../index.html#true">true</a> giveaway:flags.2?<a href="../index.html#true">true</a> unclaimed:flags.3?<a href="../index.html#true">true</a> id:<a href="../index.html#string">string</a> user_id:flags.0?<a href="../index.html#long">long</a> giveaway_msg_id:flags.2?<a href="../index.html#int">int</a> date:<a href="../index.html#date">date</a> expires:<a href="../index.html#date">date</a> used_gift_slug:flags.4?<a href="../index.html#string">string</a> multiplier:flags.5?<a href="../index.html#int">int</a> = <a href="../types/boost.html">Boost</a></pre><button onclick="cp('from telethon.tl.types import Boost');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/boost.html">Boost</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="boost.html">Boost</a></td></tr></table><h3>Members</h3><table><tr><td><b>id</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>date</b></td><td style="text-align:center"><a href="../index.html#date">date</a></td><td></td></tr><tr><td><b>expires</b></td><td style="text-align:center"><a href="../index.html#date">date</a></td><td></td></tr><tr><td><b>gift</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>giveaway</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>unclaimed</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>user_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>giveaway_msg_id</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>used_gift_slug</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><tr><td><b>multiplier</b></td><td style="text-align:center"><a href="../index.html#int">int</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>

18
constructors/bot_app.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotApp</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="bot_app.html">BotApp</a></li></ul><h1>BotApp</h1><pre>---types---
botApp#95fcd1d6 flags:# id:<a href="../index.html#long">long</a> access_hash:<a href="../index.html#long">long</a> short_name:<a href="../index.html#string">string</a> title:<a href="../index.html#string">string</a> description:<a href="../index.html#string">string</a> photo:<a href="../types/photo.html">Photo</a> document:flags.0?<a href="../types/document.html">Document</a> hash:<a href="../index.html#long">long</a> = <a href="../types/bot_app.html">BotApp</a></pre><button onclick="cp('from telethon.tl.types import BotApp');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_app.html">BotApp</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bot_app.html">BotApp</a></td><td><a href="bot_app_not_modified.html">BotAppNotModified</a></td></tr></table><h3>Members</h3><table><tr><td><b>id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>access_hash</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>short_name</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>title</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>description</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>photo</b></td><td style="text-align:center"><a href="../types/photo.html">Photo</a></td><td></td></tr><tr><td><b>hash</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>document</b></td><td style="text-align:center"><a href="../types/document.html">Document</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotAppNotModified</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="bot_app_not_modified.html">BotAppNotModified</a></li></ul><h1>BotAppNotModified</h1><pre>---types---
botAppNotModified#5da674b7 = <a href="../types/bot_app.html">BotApp</a></pre><button onclick="cp('from telethon.tl.types import BotAppNotModified');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_app.html">BotApp</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bot_app.html">BotApp</a></td><td><a href="bot_app_not_modified.html">BotAppNotModified</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotBusinessConnection</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="bot_business_connection.html">BotBusinessConnection</a></li></ul><h1>BotBusinessConnection</h1><pre>---types---
botBusinessConnection#896433b4 flags:# can_reply:flags.0?<a href="../index.html#true">true</a> disabled:flags.1?<a href="../index.html#true">true</a> connection_id:<a href="../index.html#string">string</a> user_id:<a href="../index.html#long">long</a> dc_id:<a href="../index.html#int">int</a> date:<a href="../index.html#date">date</a> = <a href="../types/bot_business_connection.html">BotBusinessConnection</a></pre><button onclick="cp('from telethon.tl.types import BotBusinessConnection');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_business_connection.html">BotBusinessConnection</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="bot_business_connection.html">BotBusinessConnection</a></td></tr></table><h3>Members</h3><table><tr><td><b>connection_id</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>user_id</b></td><td style="text-align:center"><a href="../index.html#long">long</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>date</b></td><td style="text-align:center"><a href="../index.html#date">date</a></td><td></td></tr><tr><td><b>can_reply</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>disabled</b></td><td style="text-align:center"><a href="../index.html#true">flag</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotCommand</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="bot_command.html">BotCommand</a></li></ul><h1>BotCommand</h1><pre>---types---
botCommand#c27ac8c7 command:<a href="../index.html#string">string</a> description:<a href="../index.html#string">string</a> = <a href="../types/bot_command.html">BotCommand</a></pre><button onclick="cp('from telethon.tl.types import BotCommand');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_command.html">BotCommand</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="bot_command.html">BotCommand</a></td></tr></table><h3>Members</h3><table><tr><td><b>command</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>description</b></td><td style="text-align:center"><a href="../index.html#string">string</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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotCommandScopeChatAdmins</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="bot_command_scope_chat_admins.html">BotCommandScopeChatAdmins</a></li></ul><h1>BotCommandScopeChatAdmins</h1><pre>---types---
botCommandScopeChatAdmins#b9aa606a = <a href="../types/bot_command_scope.html">BotCommandScope</a></pre><button onclick="cp('from telethon.tl.types import BotCommandScopeChatAdmins');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_command_scope.html">BotCommandScope</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bot_command_scope_chat_admins.html">BotCommandScopeChatAdmins</a></td><td><a href="bot_command_scope_chats.html">BotCommandScopeChats</a></td></tr><tr><td><a href="bot_command_scope_default.html">BotCommandScopeDefault</a></td><td><a href="bot_command_scope_peer.html">BotCommandScopePeer</a></td></tr><tr><td><a href="bot_command_scope_peer_admins.html">BotCommandScopePeerAdmins</a></td><td><a href="bot_command_scope_peer_user.html">BotCommandScopePeerUser</a></td></tr><tr><td><a href="bot_command_scope_users.html">BotCommandScopeUsers</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotCommandScopeChats</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="bot_command_scope_chats.html">BotCommandScopeChats</a></li></ul><h1>BotCommandScopeChats</h1><pre>---types---
botCommandScopeChats#6fe1a881 = <a href="../types/bot_command_scope.html">BotCommandScope</a></pre><button onclick="cp('from telethon.tl.types import BotCommandScopeChats');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_command_scope.html">BotCommandScope</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bot_command_scope_chat_admins.html">BotCommandScopeChatAdmins</a></td><td><a href="bot_command_scope_chats.html">BotCommandScopeChats</a></td></tr><tr><td><a href="bot_command_scope_default.html">BotCommandScopeDefault</a></td><td><a href="bot_command_scope_peer.html">BotCommandScopePeer</a></td></tr><tr><td><a href="bot_command_scope_peer_admins.html">BotCommandScopePeerAdmins</a></td><td><a href="bot_command_scope_peer_user.html">BotCommandScopePeerUser</a></td></tr><tr><td><a href="bot_command_scope_users.html">BotCommandScopeUsers</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotCommandScopeDefault</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="bot_command_scope_default.html">BotCommandScopeDefault</a></li></ul><h1>BotCommandScopeDefault</h1><pre>---types---
botCommandScopeDefault#2f6cb2ab = <a href="../types/bot_command_scope.html">BotCommandScope</a></pre><button onclick="cp('from telethon.tl.types import BotCommandScopeDefault');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_command_scope.html">BotCommandScope</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bot_command_scope_chat_admins.html">BotCommandScopeChatAdmins</a></td><td><a href="bot_command_scope_chats.html">BotCommandScopeChats</a></td></tr><tr><td><a href="bot_command_scope_default.html">BotCommandScopeDefault</a></td><td><a href="bot_command_scope_peer.html">BotCommandScopePeer</a></td></tr><tr><td><a href="bot_command_scope_peer_admins.html">BotCommandScopePeerAdmins</a></td><td><a href="bot_command_scope_peer_user.html">BotCommandScopePeerUser</a></td></tr><tr><td><a href="bot_command_scope_users.html">BotCommandScopeUsers</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BotCommandScopePeer</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="bot_command_scope_peer.html">BotCommandScopePeer</a></li></ul><h1>BotCommandScopePeer</h1><pre>---types---
botCommandScopePeer#db9d897d peer:<a href="../types/input_peer.html">InputPeer</a> = <a href="../types/bot_command_scope.html">BotCommandScope</a></pre><button onclick="cp('from telethon.tl.types import BotCommandScopePeer');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/bot_command_scope.html">BotCommandScope</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="bot_command_scope_chat_admins.html">BotCommandScopeChatAdmins</a></td><td><a href="bot_command_scope_chats.html">BotCommandScopeChats</a></td></tr><tr><td><a href="bot_command_scope_default.html">BotCommandScopeDefault</a></td><td><a href="bot_command_scope_peer.html">BotCommandScopePeer</a></td></tr><tr><td><a href="bot_command_scope_peer_admins.html">BotCommandScopePeerAdmins</a></td><td><a href="bot_command_scope_peer_user.html">BotCommandScopePeerUser</a></td></tr><tr><td><a href="bot_command_scope_users.html">BotCommandScopeUsers</a></td></tr></table><h3>Members</h3><table><tr><td><b>peer</b></td><td style="text-align:center"><a href="../types/input_peer.html">InputPeer</a></td><td>Anything entity-like will work if the library can find its <code>Input</code> version (e.g., usernames, <code>Peer</code>, <code>User</code> or <code>Channel</code> objects, etc.).</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>

Some files were not shown because too many files have changed in this diff Show More