Telethon/types/wall_paper.html
2024-06-11 16:43:08 +02:00

17 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WallPaper</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="wall_paper.html">WallPaper</a></li></ul><h1>WallPaper</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../constructors/wall_paper.html">WallPaper</a></td><td><a href="../constructors/wall_paper_no_file.html">WallPaperNoFile</a></td></tr></table><h3>Requests returning this type</h3><p>The following 3 requests return this type as a result.</p><table><tr><td><a href="../methods/account/get_wall_paper.html">GetWallPaperRequest</a></td><td><a href="../methods/account/upload_wall_paper.html">UploadWallPaperRequest</a></td></tr><tr><td><a href="../methods/account/get_multi_wall_papers.html">GetMultiWallPapersRequest</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 7 types.</p><table><tr><td><a href="../constructors/channel_admin_log_event_action_change_wallpaper.html">ChannelAdminLogEventActionChangeWallpaper</a></td><td><a href="../constructors/channel_full.html">ChannelFull</a></td></tr><tr><td><a href="../constructors/message_action_set_chat_wall_paper.html">MessageActionSetChatWallPaper</a></td><td><a href="../constructors/theme_settings.html">ThemeSettings</a></td></tr><tr><td><a href="../constructors/update_peer_wallpaper.html">UpdatePeerWallpaper</a></td><td><a href="../constructors/user_full.html">UserFull</a></td></tr><tr><td><a href="../constructors/account/wall_papers.html">WallPapers</a></td></tr></table></div></body></html>