Update documentation

This commit is contained in:
Lonami
2025-11-05 20:14:25 +01:00
committed by Lonami Exo
commit 9a95659d62
2930 changed files with 60617 additions and 0 deletions
+18
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>
@@ -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>
+18
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>
@@ -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>
@@ -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>
@@ -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>
+18
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>
@@ -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>
+17
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_payment_required.html">SentCodePaymentRequired</a></td><td><a href="sent_code_success.html">SentCodeSuccess</a></td></tr><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></div></body></html>
+18
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>
+18
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>
@@ -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>
@@ -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>
+18
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>
+18
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_payment_required.html">SentCodePaymentRequired</a></td></tr><tr><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>
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SentCodePaymentRequired</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_payment_required.html">SentCodePaymentRequired</a></li></ul><h1>SentCodePaymentRequired</h1><pre>---types---
auth.sentCodePaymentRequired#e0955a3c store_product:<a href="../../index.html#string">string</a> phone_code_hash:<a href="../../index.html#string">string</a> support_email_address:<a href="../../index.html#string">string</a> support_email_subject:<a href="../../index.html#string">string</a> currency:<a href="../../index.html#string">string</a> amount:<a href="../../index.html#long">long</a> = <a href="../../types/auth/sent_code.html">auth.SentCode</a></pre><button onclick="cp('from telethon.tl.types.auth import SentCodePaymentRequired');">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_payment_required.html">SentCodePaymentRequired</a></td></tr><tr><td><a href="sent_code_success.html">SentCodeSuccess</a></td></tr></table><h3>Members</h3><table><tr><td><b>store_product</b></td><td style="text-align:center"><a href="../../index.html#string">string</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>support_email_address</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>support_email_subject</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>currency</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td></td></tr><tr><td><b>amount</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>
+18
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_payment_required.html">SentCodePaymentRequired</a></td></tr><tr><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>
+18
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>
@@ -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>
@@ -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>
@@ -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#009fd736 flags:# nonce:flags.0?<a href="../../index.html#bytes">bytes</a> play_integrity_project_id:flags.2?<a href="../../index.html#long">long</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_project_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>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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
+18
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>
@@ -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>
@@ -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>