Telethon/constructors/todo_list.html
2025-11-05 20:14:25 +01:00

18 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TodoList</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="todo_list.html">TodoList</a></li></ul><h1>TodoList</h1><pre>---types---
todoList#49b92a26 flags:# others_can_append:flags.0?<a href="../index.html#true">true</a> others_can_complete:flags.1?<a href="../index.html#true">true</a> title:<a href="../types/text_with_entities.html">TextWithEntities</a> list:<a href="../index.html#vector">Vector</a>&lt;<a href="../types/todo_item.html">TodoItem</a>&gt; = <a href="../types/todo_list.html">TodoList</a></pre><button onclick="cp('from telethon.tl.types import TodoList');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/todo_list.html">TodoList</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="todo_list.html">TodoList</a></td></tr></table><h3>Members</h3><table><tr><td><b>title</b></td><td style="text-align:center"><a href="../types/text_with_entities.html">TextWithEntities</a></td><td></td></tr><tr><td><b>list</b></td><td style="text-align:center"><a href="../types/todo_item.html">TodoItem</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>others_can_append</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>others_can_complete</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>