Telethon/constructors/channel_participants_contacts.html
2024-09-23 18:48:46 +02:00

18 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ChannelParticipantsContacts</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="channel_participants_contacts.html">ChannelParticipantsContacts</a></li></ul><h1>ChannelParticipantsContacts</h1><pre>---types---
channelParticipantsContacts#bb6ae88d q:<a href="../index.html#string">string</a> = <a href="../types/channel_participants_filter.html">ChannelParticipantsFilter</a></pre><button onclick="cp('from telethon.tl.types import ChannelParticipantsContacts');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/channel_participants_filter.html">ChannelParticipantsFilter</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="channel_participants_admins.html">ChannelParticipantsAdmins</a></td><td><a href="channel_participants_banned.html">ChannelParticipantsBanned</a></td></tr><tr><td><a href="channel_participants_bots.html">ChannelParticipantsBots</a></td><td><a href="channel_participants_contacts.html">ChannelParticipantsContacts</a></td></tr><tr><td><a href="channel_participants_kicked.html">ChannelParticipantsKicked</a></td><td><a href="channel_participants_mentions.html">ChannelParticipantsMentions</a></td></tr><tr><td><a href="channel_participants_recent.html">ChannelParticipantsRecent</a></td><td><a href="channel_participants_search.html">ChannelParticipantsSearch</a></td></tr></table><h3>Members</h3><table><tr><td><b>q</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></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>