Telethon/constructors/auth/index.html
2024-09-23 18:48:46 +02:00

17 lines
2.8 KiB
HTML

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