Telethon/constructors/updates/index.html
2024-09-23 18:48:46 +02:00

17 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constructors/Updates</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">Updates</a></li></ul><h1>Constructors/Updates</h1><p>Click <a href="botindex.html">here</a> to view the requests that you can use as a bot.</p><h1>Available items</h1><table><tr><td><a href="channel_difference.html">ChannelDifference</a></td><td><a href="channel_difference_empty.html">ChannelDifferenceEmpty</a></td></tr><tr><td><a href="channel_difference_too_long.html">ChannelDifferenceTooLong</a></td><td><a href="difference.html">Difference</a></td></tr><tr><td><a href="difference_empty.html">DifferenceEmpty</a></td><td><a href="difference_slice.html">DifferenceSlice</a></td></tr><tr><td><a href="difference_too_long.html">DifferenceTooLong</a></td><td><a href="state.html">State</a></td></tr></table></div></body></html>