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

18 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PremiumGiftCodeOption</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="premium_gift_code_option.html">PremiumGiftCodeOption</a></li></ul><h1>PremiumGiftCodeOption</h1><pre>---types---
premiumGiftCodeOption#257e962b flags:# users:<a href="../index.html#int">int</a> months:<a href="../index.html#int">int</a> store_product:flags.0?<a href="../index.html#string">string</a> store_quantity:flags.1?<a href="../index.html#int">int</a> currency:<a href="../index.html#string">string</a> amount:<a href="../index.html#long">long</a> = <a href="../types/premium_gift_code_option.html">PremiumGiftCodeOption</a></pre><button onclick="cp('from telethon.tl.types import PremiumGiftCodeOption');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/premium_gift_code_option.html">PremiumGiftCodeOption</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="premium_gift_code_option.html">PremiumGiftCodeOption</a></td></tr></table><h3>Members</h3><table><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>months</b></td><td style="text-align:center"><a href="../index.html#int">int</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>store_product</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>store_quantity</b></td><td style="text-align:center"><a href="../index.html#int">int</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>