mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03:00
18 lines
2.1 KiB
HTML
18 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>FileJpeg</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">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Storage</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="file_jpeg.html">FileJpeg</a></li></ul><h1>FileJpeg</h1><pre>---types---
|
|
storage.fileJpeg#007efe0e = <a href="../../types/storage/file_type.html">storage.FileType</a></pre><button onclick="cp('from telethon.tl.types.storage import FileJpeg');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/storage/file_type.html">storage.FileType</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="file_gif.html">FileGif</a></td><td><a href="file_jpeg.html">FileJpeg</a></td></tr><tr><td><a href="file_mov.html">FileMov</a></td><td><a href="file_mp3.html">FileMp3</a></td></tr><tr><td><a href="file_mp4.html">FileMp4</a></td><td><a href="file_partial.html">FilePartial</a></td></tr><tr><td><a href="file_pdf.html">FilePdf</a></td><td><a href="file_png.html">FilePng</a></td></tr><tr><td><a href="file_unknown.html">FileUnknown</a></td><td><a href="file_webp.html">FileWebp</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../../";</script><script src="../../js/search.js"></script></body></html> |