Telethon/types/data_json.html

17 lines
4.2 KiB
HTML
Raw Permalink Normal View History

2016-08-26 13:58:53 +03:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DataJSON</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="data_json.html">DataJSON</a></li></ul><h1>DataJSON</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../constructors/data_json.html">DataJSON</a></td></tr></table><h3>Requests returning this type</h3><p>The following 3 requests return this type as a result.</p><table><tr><td><a href="../methods/bots/send_custom_request.html">SendCustomRequestRequest</a></td><td><a href="../methods/bots/invoke_web_view_custom_method.html">InvokeWebViewCustomMethodRequest</a></td></tr><tr><td><a href="../methods/phone/get_call_config.html">GetCallConfigRequest</a></td></tr></table><h3>Requests accepting this type as input</h3><p>The following 13 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/help/accept_terms_of_service.html">AcceptTermsOfServiceRequest</a></td><td><a href="../methods/bots/answer_webhook_json_query.html">AnswerWebhookJSONQueryRequest</a></td></tr><tr><td><a href="../methods/payments/assign_play_market_transaction.html">AssignPlayMarketTransactionRequest</a></td><td><a href="../methods/payments/get_payment_form.html">GetPaymentFormRequest</a></td></tr><tr><td><a href="../methods/bots/invoke_web_view_custom_method.html">InvokeWebViewCustomMethodRequest</a></td><td><a href="../methods/phone/join_group_call.html">JoinGroupCallRequest</a></td></tr><tr><td><a href="../methods/phone/join_group_call_presentation.html">JoinGroupCallPresentationRequest</a></td><td><a href="../methods/messages/request_app_web_view.html">RequestAppWebViewRequest</a></td></tr><tr><td><a href="../methods/messages/request_main_web_view.html">RequestMainWebViewRequest</a></td><td><a href="../methods/messages/request_simple_web_view.html">RequestSimpleWebViewRequest</a></td></tr><tr><td><a href="../methods/messages/request_web_view.html">RequestWebViewRequest</a></td><td><a href="../methods/phone/save_call_debug.html">SaveCallDebugRequest</a></td></tr><tr><td><a href="../methods/bots/send_custom_request.html">SendCustomRequestRequest</a></td></tr></table><h3>Other types containing this type</h3><p>You can find this type as a member of any of the following 14 types.</p><table><tr><td><a href="../constructors/input_bot_inline_message_media_invoice.html">InputBotInlineMessageMediaInvoice</a></td><td><a href="../constructors/input_media_invoice.html">InputMediaInvoice</a></td></tr><tr><td><a href="../constructors/input_payment_credentials.html">InputPaymentCredentials</a></td><td><a href="../constructors/input_payment_credentials_apple_pay.html">InputPaymentCredentialsApplePay</a></td></tr><tr><td><a href="../constructors/input_payment_credentials_google_pay.html">InputPaymentCredentialsGooglePay</a></td><td><a href="../constructors/help/passport_config.html">PassportConfig</a></td></tr><tr><td><a href="../constructors/payments/payment_form.html">PaymentForm</a></td><td><a href="../constructors/phone_call.html">PhoneCall</a></td></tr><tr><td><a href="../constructors/send_message_emoji_interaction.html">SendMessageEmojiInteraction</a></td><td><a href="../constructors/stats_graph.html">StatsGraph</a></td></tr><tr><td><a href="../constructors/help/terms_of_service.html">TermsOfService</a></td><td><a href="../constructors/update_bot_webhook_json.html">UpdateBotWebhookJSON</a></td></tr><tr><td><a href="../constructors/update_bot_webhook_json_query.html">UpdateBotWebhookJSONQuery</a></td><td><a href="../constructors/update_group_call_connection.html">UpdateGroupCallConnection</a></td></tr></table></div></body></html>