mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
17 lines
2.1 KiB
HTML
17 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>InputInvoice</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">Types</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="input_invoice.html">InputInvoice</a></li></ul><h1>InputInvoice</h1><h3>Available constructors</h3><p>This type has 5 constructors available.</p><table><tr><td><a href="../constructors/input_invoice_chat_invite_subscription.html">InputInvoiceChatInviteSubscription</a></td><td><a href="../constructors/input_invoice_message.html">InputInvoiceMessage</a></td></tr><tr><td><a href="../constructors/input_invoice_premium_gift_code.html">InputInvoicePremiumGiftCode</a></td><td><a href="../constructors/input_invoice_slug.html">InputInvoiceSlug</a></td></tr><tr><td><a href="../constructors/input_invoice_stars.html">InputInvoiceStars</a></td></tr></table><h3>Requests returning this type</h3><p>No request returns this type.</p><table></table><h3>Requests accepting this type as input</h3><p>The following 4 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/payments/get_payment_form.html">GetPaymentFormRequest</a></td><td><a href="../methods/payments/send_payment_form.html">SendPaymentFormRequest</a></td></tr><tr><td><a href="../methods/payments/send_stars_form.html">SendStarsFormRequest</a></td><td><a href="../methods/payments/validate_requested_info.html">ValidateRequestedInfoRequest</a></td></tr></table><h3>Other types containing this type</h3><p>No other types have a member of this type.</p><table></table></div></body></html> |