Telethon/constructors/input_business_recipients.html

18 lines
3.4 KiB
HTML
Raw Permalink Normal View History

2016-08-26 13:58:53 +03:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>InputBusinessRecipients</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="input_business_recipients.html">InputBusinessRecipients</a></li></ul><h1>InputBusinessRecipients</h1><pre>---types---
inputBusinessRecipients#6f8b32aa flags:# existing_chats:flags.0?<a href="../index.html#true">true</a> new_chats:flags.1?<a href="../index.html#true">true</a> contacts:flags.2?<a href="../index.html#true">true</a> non_contacts:flags.3?<a href="../index.html#true">true</a> exclude_selected:flags.5?<a href="../index.html#true">true</a> users:flags.4?<a href="../index.html#vector">Vector</a>&lt;<a href="../types/input_user.html">InputUser</a>&gt; = <a href="../types/input_business_recipients.html">InputBusinessRecipients</a></pre><button onclick="cp('from telethon.tl.types import InputBusinessRecipients');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/input_business_recipients.html">InputBusinessRecipients</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="input_business_recipients.html">InputBusinessRecipients</a></td></tr></table><h3>Members</h3><table><tr><td><b>existing_chats</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>new_chats</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>contacts</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>non_contacts</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>exclude_selected</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>users</b></td><td style="text-align:center"><a href="../types/input_user.html">InputUser</a></td><td>This argument defaults to <code>None</code> and can be omitted. Otherwise, Anything entity-like will work if the library can find its <code>Input</code> version (e.g., usernames, <code>Peer</code>, <code>User</code> or <code>Channel</code> objects, etc.). 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>