mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-14 13:36:43 +03:00
18 lines
4.0 KiB
HTML
18 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>SecureValue</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="secure_value.html">SecureValue</a></li></ul><h1>SecureValue</h1><pre>---types---
|
|
secureValue#187fa0ca flags:# type:<a href="../types/secure_value_type.html">SecureValueType</a> data:flags.0?<a href="../types/secure_data.html">SecureData</a> front_side:flags.1?<a href="../types/secure_file.html">SecureFile</a> reverse_side:flags.2?<a href="../types/secure_file.html">SecureFile</a> selfie:flags.3?<a href="../types/secure_file.html">SecureFile</a> translation:flags.6?<a href="../index.html#vector">Vector</a><<a href="../types/secure_file.html">SecureFile</a>> files:flags.4?<a href="../index.html#vector">Vector</a><<a href="../types/secure_file.html">SecureFile</a>> plain_data:flags.5?<a href="../types/secure_plain_data.html">SecurePlainData</a> hash:<a href="../index.html#bytes">bytes</a> = <a href="../types/secure_value.html">SecureValue</a></pre><button onclick="cp('from telethon.tl.types import SecureValue');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/secure_value.html">SecureValue</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="secure_value.html">SecureValue</a></td></tr></table><h3>Members</h3><table><tr><td><b>type</b></td><td style="text-align:center"><a href="../types/secure_value_type.html">SecureValueType</a></td><td></td></tr><tr><td><b>hash</b></td><td style="text-align:center"><a href="../index.html#bytes">bytes</a></td><td></td></tr><tr><td><b>data</b></td><td style="text-align:center"><a href="../types/secure_data.html">SecureData</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>front_side</b></td><td style="text-align:center"><a href="../types/secure_file.html">SecureFile</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>reverse_side</b></td><td style="text-align:center"><a href="../types/secure_file.html">SecureFile</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>selfie</b></td><td style="text-align:center"><a href="../types/secure_file.html">SecureFile</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>translation</b></td><td style="text-align:center"><a href="../types/secure_file.html">SecureFile</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><tr><td><b>files</b></td><td style="text-align:center"><a href="../types/secure_file.html">SecureFile</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><tr><td><b>plain_data</b></td><td style="text-align:center"><a href="../types/secure_plain_data.html">SecurePlainData</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> |