mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 18:59:33 +00:00
Update documentation
This commit is contained in:
17
types/contacts/blocked.html
Normal file
17
types/contacts/blocked.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Blocked</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="blocked.html">Blocked</a></li></ul><h1>Blocked</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../../constructors/contacts/blocked.html">Blocked</a></td><td><a href="../../constructors/contacts/blocked_slice.html">BlockedSlice</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/get_blocked.html">GetBlockedRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/contact_birthdays.html
Normal file
17
types/contacts/contact_birthdays.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>ContactBirthdays</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="contact_birthdays.html">ContactBirthdays</a></li></ul><h1>ContactBirthdays</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/contacts/contact_birthdays.html">ContactBirthdays</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/get_birthdays.html">GetBirthdaysRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/contacts.html
Normal file
17
types/contacts/contacts.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Contacts</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="contacts.html">Contacts</a></li></ul><h1>Contacts</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../../constructors/contacts/contacts.html">Contacts</a></td><td><a href="../../constructors/contacts/contacts_not_modified.html">ContactsNotModified</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/get_contacts.html">GetContactsRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/found.html
Normal file
17
types/contacts/found.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Found</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="found.html">Found</a></li></ul><h1>Found</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/contacts/found.html">Found</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/search.html">SearchRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/imported_contacts.html
Normal file
17
types/contacts/imported_contacts.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>ImportedContacts</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="imported_contacts.html">ImportedContacts</a></li></ul><h1>ImportedContacts</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/contacts/imported_contacts.html">ImportedContacts</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/import_contacts.html">ImportContactsRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/index.html
Normal file
17
types/contacts/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Types/Contacts</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="index.html">Contacts</a></li></ul><h1>Types/Contacts</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="blocked.html">Blocked</a></td><td><a href="contact_birthdays.html">ContactBirthdays</a></td></tr><tr><td><a href="contacts.html">Contacts</a></td><td><a href="found.html">Found</a></td></tr><tr><td><a href="imported_contacts.html">ImportedContacts</a></td><td><a href="resolved_peer.html">ResolvedPeer</a></td></tr><tr><td><a href="sponsored_peers.html">SponsoredPeers</a></td><td><a href="top_peers.html">TopPeers</a></td></tr></table></div></body></html>
|
17
types/contacts/resolved_peer.html
Normal file
17
types/contacts/resolved_peer.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>ResolvedPeer</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="resolved_peer.html">ResolvedPeer</a></li></ul><h1>ResolvedPeer</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/contacts/resolved_peer.html">ResolvedPeer</a></td></tr></table><h3>Requests returning this type</h3><p>The following 2 requests return this type as a result.</p><table><tr><td><a href="../../methods/contacts/resolve_username.html">ResolveUsernameRequest</a></td><td><a href="../../methods/contacts/resolve_phone.html">ResolvePhoneRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/sponsored_peers.html
Normal file
17
types/contacts/sponsored_peers.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>SponsoredPeers</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="sponsored_peers.html">SponsoredPeers</a></li></ul><h1>SponsoredPeers</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../../constructors/contacts/sponsored_peers.html">SponsoredPeers</a></td><td><a href="../../constructors/contacts/sponsored_peers_empty.html">SponsoredPeersEmpty</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/get_sponsored_peers.html">GetSponsoredPeersRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/contacts/top_peers.html
Normal file
17
types/contacts/top_peers.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>TopPeers</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="index.html">Contacts</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="top_peers.html">TopPeers</a></li></ul><h1>TopPeers</h1><h3>Available constructors</h3><p>This type has 3 constructors available.</p><table><tr><td><a href="../../constructors/contacts/top_peers.html">TopPeers</a></td><td><a href="../../constructors/contacts/top_peers_disabled.html">TopPeersDisabled</a></td></tr><tr><td><a href="../../constructors/contacts/top_peers_not_modified.html">TopPeersNotModified</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/contacts/get_top_peers.html">GetTopPeersRequest</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>No other types have a member of this type.</p><table></table></div></body></html>
|
Reference in New Issue
Block a user