mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
18 lines
3.6 KiB
HTML
18 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>ForumTopics</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">Messages</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="forum_topics.html">ForumTopics</a></li></ul><h1>ForumTopics</h1><pre>---types---
|
|
messages.forumTopics#367617d3 flags:# order_by_create_date:flags.0?<a href="../../index.html#true">true</a> count:<a href="../../index.html#int">int</a> topics:<a href="../../index.html#vector">Vector</a><<a href="../../types/forum_topic.html">ForumTopic</a>> messages:<a href="../../index.html#vector">Vector</a><<a href="../../types/message.html">Message</a>> chats:<a href="../../index.html#vector">Vector</a><<a href="../../types/chat.html">Chat</a>> users:<a href="../../index.html#vector">Vector</a><<a href="../../types/user.html">User</a>> pts:<a href="../../index.html#int">int</a> = <a href="../../types/messages/forum_topics.html">messages.ForumTopics</a></pre><button onclick="cp('from telethon.tl.types.messages import ForumTopics');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/messages/forum_topics.html">messages.ForumTopics</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="forum_topics.html">ForumTopics</a></td></tr></table><h3>Members</h3><table><tr><td><b>count</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>topics</b></td><td style="text-align:center"><a href="../../types/forum_topic.html">ForumTopic</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>messages</b></td><td style="text-align:center"><a href="../../types/message.html">Message</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><tr><td><b>pts</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>order_by_create_date</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> |