Telethon/types/input_media.html
2024-09-23 18:48:46 +02:00

17 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>InputMedia</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_media.html">InputMedia</a></li></ul><h1>InputMedia</h1><h3>Available constructors</h3><p>This type has 18 constructors available.</p><table><tr><td><a href="../constructors/input_media_contact.html">InputMediaContact</a></td><td><a href="../constructors/input_media_dice.html">InputMediaDice</a></td></tr><tr><td><a href="../constructors/input_media_document.html">InputMediaDocument</a></td><td><a href="../constructors/input_media_document_external.html">InputMediaDocumentExternal</a></td></tr><tr><td><a href="../constructors/input_media_empty.html">InputMediaEmpty</a></td><td><a href="../constructors/input_media_game.html">InputMediaGame</a></td></tr><tr><td><a href="../constructors/input_media_geo_live.html">InputMediaGeoLive</a></td><td><a href="../constructors/input_media_geo_point.html">InputMediaGeoPoint</a></td></tr><tr><td><a href="../constructors/input_media_invoice.html">InputMediaInvoice</a></td><td><a href="../constructors/input_media_paid_media.html">InputMediaPaidMedia</a></td></tr><tr><td><a href="../constructors/input_media_photo.html">InputMediaPhoto</a></td><td><a href="../constructors/input_media_photo_external.html">InputMediaPhotoExternal</a></td></tr><tr><td><a href="../constructors/input_media_poll.html">InputMediaPoll</a></td><td><a href="../constructors/input_media_story.html">InputMediaStory</a></td></tr><tr><td><a href="../constructors/input_media_uploaded_document.html">InputMediaUploadedDocument</a></td><td><a href="../constructors/input_media_uploaded_photo.html">InputMediaUploadedPhoto</a></td></tr><tr><td><a href="../constructors/input_media_venue.html">InputMediaVenue</a></td><td><a href="../constructors/input_media_web_page.html">InputMediaWebPage</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 13 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/bots/add_preview_media.html">AddPreviewMediaRequest</a></td><td><a href="../methods/bots/delete_preview_media.html">DeletePreviewMediaRequest</a></td></tr><tr><td><a href="../methods/messages/edit_inline_bot_message.html">EditInlineBotMessageRequest</a></td><td><a href="../methods/messages/edit_message.html">EditMessageRequest</a></td></tr><tr><td><a href="../methods/bots/edit_preview_media.html">EditPreviewMediaRequest</a></td><td><a href="../methods/stories/edit_story.html">EditStoryRequest</a></td></tr><tr><td><a href="../methods/payments/export_invoice.html">ExportInvoiceRequest</a></td><td><a href="../methods/bots/reorder_preview_medias.html">ReorderPreviewMediasRequest</a></td></tr><tr><td><a href="../methods/messages/save_draft.html">SaveDraftRequest</a></td><td><a href="../methods/messages/send_media.html">SendMediaRequest</a></td></tr><tr><td><a href="../methods/stories/send_story.html">SendStoryRequest</a></td><td><a href="../methods/messages/upload_imported_media.html">UploadImportedMediaRequest</a></td></tr><tr><td><a href="../methods/messages/upload_media.html">UploadMediaRequest</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 4 types.</p><table><tr><td><a href="../constructors/draft_message.html">DraftMessage</a></td><td><a href="../constructors/input_media_invoice.html">InputMediaInvoice</a></td></tr><tr><td><a href="../constructors/input_media_paid_media.html">InputMediaPaidMedia</a></td><td><a href="../constructors/input_single_media.html">InputSingleMedia</a></td></tr></table></div></body></html>