mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
18 lines
5.4 KiB
HTML
18 lines
5.4 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>InputStorePaymentStarsGiveaway</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_stars_giveaway.html">InputStorePaymentStarsGiveaway</a></li></ul><h1>InputStorePaymentStarsGiveaway</h1><pre>---types---
|
||
|
inputStorePaymentStarsGiveaway#751f08fa 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> stars:<a href="../index.html#long">long</a> boost_peer:<a href="../types/input_peer.html">InputPeer</a> additional_peers:flags.1?<a href="../index.html#vector">Vector</a><<a href="../types/input_peer.html">InputPeer</a>> countries_iso2:flags.2?<a href="../index.html#vector">Vector</a><<a href="../index.html#string">string</a>> 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> users:<a href="../index.html#int">int</a> = <a href="../types/input_store_payment_purpose.html">InputStorePaymentPurpose</a></pre><button onclick="cp('from telethon.tl.types import InputStorePaymentStarsGiveaway');">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_gift.html">InputStorePaymentStarsGift</a></td><td><a href="input_store_payment_stars_giveaway.html">InputStorePaymentStarsGiveaway</a></td></tr><tr><td><a href="input_store_payment_stars_topup.html">InputStorePaymentStarsTopup</a></td></tr></table><h3>Members</h3><table><tr><td><b>stars</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><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>users</b></td><td style="text-align:center"><a href="../index.html#int">int</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">s
|