mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-15 19:10:57 +03:00
17 lines
2.7 KiB
HTML
17 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Methods/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">Methods</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Contacts</a></li></ul><h1>Methods/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="accept_contact.html">AcceptContactRequest</a></td><td><a href="add_contact.html">AddContactRequest</a></td></tr><tr><td><a href="block_from_replies.html">BlockFromRepliesRequest</a></td><td><a href="block.html">BlockRequest</a></td></tr><tr><td><a href="delete_by_phones.html">DeleteByPhonesRequest</a></td><td><a href="delete_contacts.html">DeleteContactsRequest</a></td></tr><tr><td><a href="edit_close_friends.html">EditCloseFriendsRequest</a></td><td><a href="export_contact_token.html">ExportContactTokenRequest</a></td></tr><tr><td><a href="get_birthdays.html">GetBirthdaysRequest</a></td><td><a href="get_blocked.html">GetBlockedRequest</a></td></tr><tr><td><a href="get_contact_i_ds.html">GetContactIDsRequest</a></td><td><a href="get_contacts.html">GetContactsRequest</a></td></tr><tr><td><a href="get_located.html">GetLocatedRequest</a></td><td><a href="get_saved.html">GetSavedRequest</a></td></tr><tr><td><a href="get_statuses.html">GetStatusesRequest</a></td><td><a href="get_top_peers.html">GetTopPeersRequest</a></td></tr><tr><td><a href="import_contact_token.html">ImportContactTokenRequest</a></td><td><a href="import_contacts.html">ImportContactsRequest</a></td></tr><tr><td><a href="reset_saved.html">ResetSavedRequest</a></td><td><a href="reset_top_peer_rating.html">ResetTopPeerRatingRequest</a></td></tr><tr><td><a href="resolve_phone.html">ResolvePhoneRequest</a></td><td><a href="resolve_username.html">ResolveUsernameRequest</a></td></tr><tr><td><a href="search.html">SearchRequest</a></td><td><a href="set_blocked.html">SetBlockedRequest</a></td></tr><tr><td><a href="toggle_top_peers.html">ToggleTopPeersRequest</a></td><td><a href="unblock.html">UnblockRequest</a></td></tr></table></div></body></html> |