Telethon/constructors/story_views.html
2024-06-11 16:43:08 +02:00

18 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>StoryViews</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="story_views.html">StoryViews</a></li></ul><h1>StoryViews</h1><pre>---types---
storyViews#8d595cd6 flags:# has_viewers:flags.1?<a href="../index.html#true">true</a> views_count:<a href="../index.html#int">int</a> forwards_count:flags.2?<a href="../index.html#int">int</a> reactions:flags.3?<a href="../index.html#vector">Vector</a>&lt;<a href="../types/reaction_count.html">ReactionCount</a>&gt; reactions_count:flags.4?<a href="../index.html#int">int</a> recent_viewers:flags.0?<a href="../index.html#vector">Vector</a>&lt;<a href="../index.html#long">long</a>&gt; = <a href="../types/story_views.html">StoryViews</a></pre><button onclick="cp('from telethon.tl.types import StoryViews');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/story_views.html">StoryViews</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="story_views.html">StoryViews</a></td></tr></table><h3>Members</h3><table><tr><td><b>views_count</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td></td></tr><tr><td><b>has_viewers</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>forwards_count</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>reactions</b></td><td style="text-align:center"><a href="../types/reaction_count.html">ReactionCount</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>reactions_count</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>recent_viewers</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. Otherwise, a <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</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>