mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03:00
18 lines
2.9 KiB
HTML
18 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>BlockedSlice</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">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="blocked_slice.html">BlockedSlice</a></li></ul><h1>BlockedSlice</h1><pre>---types---
|
|
contacts.blockedSlice#e1664194 count:<a href="../../index.html#int">int</a> blocked:<a href="../../index.html#vector">Vector</a><<a href="../../types/peer_blocked.html">PeerBlocked</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>> = <a href="../../types/contacts/blocked.html">contacts.Blocked</a></pre><button onclick="cp('from telethon.tl.types.contacts import BlockedSlice');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/contacts/blocked.html">contacts.Blocked</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="blocked.html">Blocked</a></td><td><a href="blocked_slice.html">BlockedSlice</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>blocked</b></td><td style="text-align:center"><a href="../../types/peer_blocked.html">PeerBlocked</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></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> |