mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-10-31 07:57:38 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | |
|     <title>InputDocument</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_document.html">InputDocument</a></li></ul><h1>InputDocument</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../constructors/input_document.html">InputDocument</a></td><td><a href="../constructors/input_document_empty.html">InputDocumentEmpty</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 14 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/stickers/change_sticker.html">ChangeStickerRequest</a></td><td><a href="../methods/stickers/change_sticker_position.html">ChangeStickerPositionRequest</a></td></tr><tr><td><a href="../methods/stickers/create_sticker_set.html">CreateStickerSetRequest</a></td><td><a href="../methods/account/create_theme.html">CreateThemeRequest</a></td></tr><tr><td><a href="../methods/messages/fave_sticker.html">FaveStickerRequest</a></td><td><a href="../methods/users/get_saved_music_by_id.html">GetSavedMusicByIDRequest</a></td></tr><tr><td><a href="../methods/stickers/remove_sticker_from_set.html">RemoveStickerFromSetRequest</a></td><td><a href="../methods/stickers/replace_sticker.html">ReplaceStickerRequest</a></td></tr><tr><td><a href="../methods/messages/save_gif.html">SaveGifRequest</a></td><td><a href="../methods/account/save_music.html">SaveMusicRequest</a></td></tr><tr><td><a href="../methods/messages/save_recent_sticker.html">SaveRecentStickerRequest</a></td><td><a href="../methods/account/save_ringtone.html">SaveRingtoneRequest</a></td></tr><tr><td><a href="../methods/stickers/set_sticker_set_thumb.html">SetStickerSetThumbRequest</a></td><td><a href="../methods/account/update_theme.html">UpdateThemeRequest</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 9 types.</p><table><tr><td><a href="../constructors/input_bot_inline_result_document.html">InputBotInlineResultDocument</a></td><td><a href="../constructors/input_business_intro.html">InputBusinessIntro</a></td></tr><tr><td><a href="../constructors/input_file_story_document.html">InputFileStoryDocument</a></td><td><a href="../constructors/input_media_document.html">InputMediaDocument</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_sticker_set_item.html">InputStickerSetItem</a></td><td><a href="../constructors/input_stickered_media_document.html">InputStickeredMediaDocument</a></td></tr><tr><td><a href="../constructors/input_web_file_audio_album_thumb_location.html">InputWebFileAudioAlbumThumbLocation</a></td></tr></table></div></body></html> |