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

18 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PromoData</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">Help</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="promo_data.html">PromoData</a></li></ul><h1>PromoData</h1><pre>---types---
help.promoData#8c39793f flags:# proxy:flags.0?<a href="../../index.html#true">true</a> expires:<a href="../../index.html#date">date</a> peer:<a href="../../types/peer.html">Peer</a> chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; psa_type:flags.1?<a href="../../index.html#string">string</a> psa_message:flags.2?<a href="../../index.html#string">string</a> = <a href="../../types/help/promo_data.html">help.PromoData</a></pre><button onclick="cp('from telethon.tl.types.help import PromoData');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/help/promo_data.html">help.PromoData</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="promo_data.html">PromoData</a></td><td><a href="promo_data_empty.html">PromoDataEmpty</a></td></tr></table><h3>Members</h3><table><tr><td><b>expires</b></td><td style="text-align:center"><a href="../../index.html#date">date</a></td><td></td></tr><tr><td><b>peer</b></td><td style="text-align:center"><a href="../../types/peer.html">Peer</a></td><td></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>proxy</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>psa_type</b></td><td style="text-align:center"><a href="../../index.html#string">string</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>psa_message</b></td><td style="text-align:center"><a href="../../index.html#string">string</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>