Telethon/types/document.html

17 lines
3.9 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>Document</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="document.html">Document</a></li></ul><h1>Document</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../constructors/document.html">Document</a></td><td><a href="../constructors/document_empty.html">DocumentEmpty</a></td></tr></table><h3>Requests returning this type</h3><p>The following 4 requests return this type as a result.</p><table><tr><td><a href="../methods/account/upload_theme.html">UploadThemeRequest</a></td><td><a href="../methods/account/upload_ringtone.html">UploadRingtoneRequest</a></td></tr><tr><td><a href="../methods/messages/get_document_by_hash.html">GetDocumentByHashRequest</a></td><td><a href="../methods/messages/get_custom_emoji_documents.html">GetCustomEmojiDocumentsRequest</a></td></tr></table><h3>Requests accepting this type as input</h3><p>No request accepts this type as an input parameter.</p><table></table><h3>Other types containing this type</h3><p>You can find this type as a member of any of the following 27 types.</p><table><tr><td><a href="../constructors/help/app_update.html">AppUpdate</a></td><td><a href="../constructors/attach_menu_bot_icon.html">AttachMenuBotIcon</a></td></tr><tr><td><a href="../constructors/messages/available_effects.html">AvailableEffects</a></td><td><a href="../constructors/available_reaction.html">AvailableReaction</a></td></tr><tr><td><a href="../constructors/bot_app.html">BotApp</a></td><td><a href="../constructors/bot_info.html">BotInfo</a></td></tr><tr><td><a href="../constructors/bot_inline_media_result.html">BotInlineMediaResult</a></td><td><a href="../constructors/business_intro.html">BusinessIntro</a></td></tr><tr><td><a href="../constructors/messages/faved_stickers.html">FavedStickers</a></td><td><a href="../constructors/game.html">Game</a></td></tr><tr><td><a href="../constructors/message_media_document.html">MessageMediaDocument</a></td><td><a href="../constructors/page.html">Page</a></td></tr><tr><td><a href="../constructors/help/premium_promo.html">PremiumPromo</a></td><td><a href="../constructors/messages/recent_stickers.html">RecentStickers</a></td></tr><tr><td><a href="../constructors/messages/saved_gifs.html">SavedGifs</a></td><td><a href="../constructors/account/saved_ringtone_converted.html">SavedRingtoneConverted</a></td></tr><tr><td><a href="../constructors/account/saved_ringtones.html">SavedRingtones</a></td><td><a href="../constructors/messages/sticker_set.html">StickerSet</a></td></tr><tr><td><a href="../constructors/sticker_set_covered.html">StickerSetCovered</a></td><td><a href="../constructors/sticker_set_full_covered.html">StickerSetFullCovered</a></td></tr><tr><td><a href="../constructors/sticker_set_multi_covered.html">StickerSetMultiCovered</a></td><td><a href="../constructors/messages/stickers.html">Stickers</a></td></tr><tr><td><a href="../constructors/theme.html">Theme</a></td><td><a href="../constructors/wall_paper.html">WallPaper</a></td></tr><tr><td><a href="../constructors/web_page.html">WebPage</a></td><td><a href="../constructors/web_page_attribute_sticker_set.html">WebPageAttributeStickerSet</a></td></tr><tr><td><a href="../constructors/web_page_attribute_theme.html">WebPageAttributeTheme</a></td></tr></table></div></body></html>