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

18 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>InputStorePaymentPremiumGiveaway</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_store_payment_premium_giveaway.html">InputStorePaymentPremiumGiveaway</a></li></ul><h1>InputStorePaymentPremiumGiveaway</h1><pre>---types---
inputStorePaymentPremiumGiveaway#160544ca flags:# only_new_subscribers:flags.0?<a href="../index.html#true">true</a> winners_are_visible:flags.3?<a href="../index.html#true">true</a> boost_peer:<a href="../types/input_peer.html">InputPeer</a> additional_peers:flags.1?<a href="../index.html#vector">Vector</a>&lt;<a href="../types/input_peer.html">InputPeer</a>&gt; countries_iso2:flags.2?<a href="../index.html#vector">Vector</a>&lt;<a href="../index.html#string">string</a>&gt; prize_description:flags.4?<a href="../index.html#string">string</a> random_id:<a href="../index.html#long">long</a> until_date:<a href="../index.html#date">date</a> currency:<a href="../index.html#string">string</a> amount:<a href="../index.html#long">long</a> = <a href="../types/input_store_payment_purpose.html">InputStorePaymentPurpose</a></pre><button onclick="cp('from telethon.tl.types import InputStorePaymentPremiumGiveaway');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/input_store_payment_purpose.html">InputStorePaymentPurpose</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="input_store_payment_gift_premium.html">InputStorePaymentGiftPremium</a></td><td><a href="input_store_payment_premium_gift_code.html">InputStorePaymentPremiumGiftCode</a></td></tr><tr><td><a href="input_store_payment_premium_giveaway.html">InputStorePaymentPremiumGiveaway</a></td><td><a href="input_store_payment_premium_subscription.html">InputStorePaymentPremiumSubscription</a></td></tr><tr><td><a href="input_store_payment_stars.html">InputStorePaymentStars</a></td></tr></table><h3>Members</h3><table><tr><td><b>boost_peer</b></td><td style="text-align:center"><a href="../types/input_peer.html">InputPeer</a></td><td>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.).</td></tr><tr><td><b>until_date</b></td><td style="text-align:center"><a href="../index.html#date">date</a></td><td></td></tr><tr><td><b>currency</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>amount</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>only_new_subscribers</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>winners_are_visible</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>additional_peers</b></td><td style="text-align:center"><a href="../types/input_peer.html">InputPeer</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><tr><td><b>countries_iso2</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. Otherwise, a <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>prize_description</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>random_id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td>If left unspecified, it will be inferred automatically.</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>