Update documentation

This commit is contained in:
Lonami
2025-11-05 20:14:25 +01:00
committed by Lonami Exo
commit 9a95659d62
2930 changed files with 60617 additions and 0 deletions
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ChannelDifference</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><img src="../../img/arrow.svg" alt="/" /><li><a href="channel_difference.html">ChannelDifference</a></li></ul><h1>ChannelDifference</h1><pre>---types---
updates.channelDifference#2064674e flags:# final:flags.0?<a href="../../index.html#true">true</a> pts:<a href="../../index.html#int">int</a> timeout:flags.1?<a href="../../index.html#int">int</a> new_messages:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/message.html">Message</a>&gt; other_updates:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/update.html">Update</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <a href="../../types/updates/channel_difference.html">updates.ChannelDifference</a></pre><button onclick="cp('from telethon.tl.types.updates import ChannelDifference');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/channel_difference.html">updates.ChannelDifference</a></td></tr></table><p>This type can be an instance of either:</p><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></tr></table><h3>Members</h3><table><tr><td><b>pts</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>new_messages</b></td><td style="text-align:center"><a href="../../types/message.html">Message</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>other_updates</b></td><td style="text-align:center"><a href="../../types/update.html">Update</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>chats</b></td><td style="text-align:center"><a href="../../types/chat.html">Chat</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>final</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>timeout</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr></table><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>
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ChannelDifferenceEmpty</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><img src="../../img/arrow.svg" alt="/" /><li><a href="channel_difference_empty.html">ChannelDifferenceEmpty</a></li></ul><h1>ChannelDifferenceEmpty</h1><pre>---types---
updates.channelDifferenceEmpty#3e11affb flags:# final:flags.0?<a href="../../index.html#true">true</a> pts:<a href="../../index.html#int">int</a> timeout:flags.1?<a href="../../index.html#int">int</a> = <a href="../../types/updates/channel_difference.html">updates.ChannelDifference</a></pre><button onclick="cp('from telethon.tl.types.updates import ChannelDifferenceEmpty');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/channel_difference.html">updates.ChannelDifference</a></td></tr></table><p>This type can be an instance of either:</p><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></tr></table><h3>Members</h3><table><tr><td><b>pts</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>final</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>timeout</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr></table><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>
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ChannelDifferenceTooLong</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><img src="../../img/arrow.svg" alt="/" /><li><a href="channel_difference_too_long.html">ChannelDifferenceTooLong</a></li></ul><h1>ChannelDifferenceTooLong</h1><pre>---types---
updates.channelDifferenceTooLong#a4bcc6fe flags:# final:flags.0?<a href="../../index.html#true">true</a> timeout:flags.1?<a href="../../index.html#int">int</a> dialog:<a href="../../types/dialog.html">Dialog</a> messages:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/message.html">Message</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; = <a href="../../types/updates/channel_difference.html">updates.ChannelDifference</a></pre><button onclick="cp('from telethon.tl.types.updates import ChannelDifferenceTooLong');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/channel_difference.html">updates.ChannelDifference</a></td></tr></table><p>This type can be an instance of either:</p><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></tr></table><h3>Members</h3><table><tr><td><b>dialog</b></td><td style="text-align:center"><a href="../../types/dialog.html">Dialog</a></td><td></td></tr><tr><td><b>messages</b></td><td style="text-align:center"><a href="../../types/message.html">Message</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>chats</b></td><td style="text-align:center"><a href="../../types/chat.html">Chat</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>final</b></td><td style="text-align:center"><a href="../../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>timeout</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr></table><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>
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Difference</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><img src="../../img/arrow.svg" alt="/" /><li><a href="difference.html">Difference</a></li></ul><h1>Difference</h1><pre>---types---
updates.difference#00f49ca0 new_messages:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/message.html">Message</a>&gt; new_encrypted_messages:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/encrypted_message.html">EncryptedMessage</a>&gt; other_updates:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/update.html">Update</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; state:<a href="../../types/updates/state.html">updates.State</a> = <a href="../../types/updates/difference.html">updates.Difference</a></pre><button onclick="cp('from telethon.tl.types.updates import Difference');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/difference.html">updates.Difference</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="difference.html">Difference</a></td><td><a href="difference_empty.html">DifferenceEmpty</a></td></tr><tr><td><a href="difference_slice.html">DifferenceSlice</a></td><td><a href="difference_too_long.html">DifferenceTooLong</a></td></tr></table><h3>Members</h3><table><tr><td><b>new_messages</b></td><td style="text-align:center"><a href="../../types/message.html">Message</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>new_encrypted_messages</b></td><td style="text-align:center"><a href="../../types/encrypted_message.html">EncryptedMessage</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>other_updates</b></td><td style="text-align:center"><a href="../../types/update.html">Update</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>chats</b></td><td style="text-align:center"><a href="../../types/chat.html">Chat</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>state</b></td><td style="text-align:center"><a href="../../types/updates/state.html">updates.State</a></td><td></td></tr></table><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>
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DifferenceEmpty</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><img src="../../img/arrow.svg" alt="/" /><li><a href="difference_empty.html">DifferenceEmpty</a></li></ul><h1>DifferenceEmpty</h1><pre>---types---
updates.differenceEmpty#5d75a138 date:<a href="../../index.html#date">date</a> seq:<a href="../../index.html#int">int</a> = <a href="../../types/updates/difference.html">updates.Difference</a></pre><button onclick="cp('from telethon.tl.types.updates import DifferenceEmpty');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/difference.html">updates.Difference</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="difference.html">Difference</a></td><td><a href="difference_empty.html">DifferenceEmpty</a></td></tr><tr><td><a href="difference_slice.html">DifferenceSlice</a></td><td><a href="difference_too_long.html">DifferenceTooLong</a></td></tr></table><h3>Members</h3><table><tr><td><b>date</b></td><td style="text-align:center"><a href="../../index.html#date">date</a></td><td></td></tr><tr><td><b>seq</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr></table><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>
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DifferenceSlice</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><img src="../../img/arrow.svg" alt="/" /><li><a href="difference_slice.html">DifferenceSlice</a></li></ul><h1>DifferenceSlice</h1><pre>---types---
updates.differenceSlice#a8fb1981 new_messages:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/message.html">Message</a>&gt; new_encrypted_messages:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/encrypted_message.html">EncryptedMessage</a>&gt; other_updates:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/update.html">Update</a>&gt; chats:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/chat.html">Chat</a>&gt; users:<a href="../../index.html#vector">Vector</a>&lt;<a href="../../types/user.html">User</a>&gt; intermediate_state:<a href="../../types/updates/state.html">updates.State</a> = <a href="../../types/updates/difference.html">updates.Difference</a></pre><button onclick="cp('from telethon.tl.types.updates import DifferenceSlice');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/difference.html">updates.Difference</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="difference.html">Difference</a></td><td><a href="difference_empty.html">DifferenceEmpty</a></td></tr><tr><td><a href="difference_slice.html">DifferenceSlice</a></td><td><a href="difference_too_long.html">DifferenceTooLong</a></td></tr></table><h3>Members</h3><table><tr><td><b>new_messages</b></td><td style="text-align:center"><a href="../../types/message.html">Message</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>new_encrypted_messages</b></td><td style="text-align:center"><a href="../../types/encrypted_message.html">EncryptedMessage</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>other_updates</b></td><td style="text-align:center"><a href="../../types/update.html">Update</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>chats</b></td><td style="text-align:center"><a href="../../types/chat.html">Chat</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>users</b></td><td style="text-align:center"><a href="../../types/user.html">User</a></td><td>A <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>intermediate_state</b></td><td style="text-align:center"><a href="../../types/updates/state.html">updates.State</a></td><td></td></tr></table><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>
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DifferenceTooLong</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><img src="../../img/arrow.svg" alt="/" /><li><a href="difference_too_long.html">DifferenceTooLong</a></li></ul><h1>DifferenceTooLong</h1><pre>---types---
updates.differenceTooLong#4afe8f6d pts:<a href="../../index.html#int">int</a> = <a href="../../types/updates/difference.html">updates.Difference</a></pre><button onclick="cp('from telethon.tl.types.updates import DifferenceTooLong');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/difference.html">updates.Difference</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="difference.html">Difference</a></td><td><a href="difference_empty.html">DifferenceEmpty</a></td></tr><tr><td><a href="difference_slice.html">DifferenceSlice</a></td><td><a href="difference_too_long.html">DifferenceTooLong</a></td></tr></table><h3>Members</h3><table><tr><td><b>pts</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr></table><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>
+17
View File
@@ -0,0 +1,17 @@
<!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>
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>State</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><img src="../../img/arrow.svg" alt="/" /><li><a href="state.html">State</a></li></ul><h1>State</h1><pre>---types---
updates.state#a56c2a3e pts:<a href="../../index.html#int">int</a> qts:<a href="../../index.html#int">int</a> date:<a href="../../index.html#date">date</a> seq:<a href="../../index.html#int">int</a> unread_count:<a href="../../index.html#int">int</a> = <a href="../../types/updates/state.html">updates.State</a></pre><button onclick="cp('from telethon.tl.types.updates import State');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../../types/updates/state.html">updates.State</a></td></tr></table><p>This type can only be an instance of:</p><table><tr><td><a href="state.html">State</a></td></tr></table><h3>Members</h3><table><tr><td><b>pts</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>qts</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>date</b></td><td style="text-align:center"><a href="../../index.html#date">date</a></td><td></td></tr><tr><td><b>seq</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr><tr><td><b>unread_count</b></td><td style="text-align:center"><a href="../../index.html#int">int</a></td><td></td></tr></table><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>