Telethon/types/input_file.html

17 lines
2.4 KiB
HTML
Raw 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>InputFile</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_file.html">InputFile</a></li></ul><h1>InputFile</h1><h3>Available constructors</h3><p>This type has 3 constructors available.</p><table><tr><td><a href="../constructors/input_file.html">InputFile</a></td><td><a href="../constructors/input_file_big.html">InputFileBig</a></td></tr><tr><td><a href="../constructors/input_file_story_document.html">InputFileStoryDocument</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 7 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/messages/init_history_import.html">InitHistoryImportRequest</a></td><td><a href="../methods/phone/save_call_log.html">SaveCallLogRequest</a></td></tr><tr><td><a href="../methods/photos/upload_contact_profile_photo.html">UploadContactProfilePhotoRequest</a></td><td><a href="../methods/photos/upload_profile_photo.html">UploadProfilePhotoRequest</a></td></tr><tr><td><a href="../methods/account/upload_ringtone.html">UploadRingtoneRequest</a></td><td><a href="../methods/account/upload_theme.html">UploadThemeRequest</a></td></tr><tr><td><a href="../methods/account/upload_wall_paper.html">UploadWallPaperRequest</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 3 types.</p><table><tr><td><a href="../constructors/input_chat_uploaded_photo.html">InputChatUploadedPhoto</a></td><td><a href="../constructors/input_media_uploaded_document.html">InputMediaUploadedDocument</a></td></tr><tr><td><a href="../constructors/input_media_uploaded_photo.html">InputMediaUploadedPhoto</a></td></tr></table></div></body></html>