Telethon/constructors/privacy_key_profile_photo.html

18 lines
2.4 KiB
HTML
Raw Permalink Normal View History

2016-08-26 13:58:53 +03:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PrivacyKeyProfilePhoto</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="privacy_key_profile_photo.html">PrivacyKeyProfilePhoto</a></li></ul><h1>PrivacyKeyProfilePhoto</h1><pre>---types---
privacyKeyProfilePhoto#96151fed = <a href="../types/privacy_key.html">PrivacyKey</a></pre><button onclick="cp('from telethon.tl.types import PrivacyKeyProfilePhoto');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/privacy_key.html">PrivacyKey</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="privacy_key_about.html">PrivacyKeyAbout</a></td><td><a href="privacy_key_added_by_phone.html">PrivacyKeyAddedByPhone</a></td></tr><tr><td><a href="privacy_key_birthday.html">PrivacyKeyBirthday</a></td><td><a href="privacy_key_chat_invite.html">PrivacyKeyChatInvite</a></td></tr><tr><td><a href="privacy_key_forwards.html">PrivacyKeyForwards</a></td><td><a href="privacy_key_phone_call.html">PrivacyKeyPhoneCall</a></td></tr><tr><td><a href="privacy_key_phone_number.html">PrivacyKeyPhoneNumber</a></td><td><a href="privacy_key_phone_p2_p.html">PrivacyKeyPhoneP2P</a></td></tr><tr><td><a href="privacy_key_profile_photo.html">PrivacyKeyProfilePhoto</a></td><td><a href="privacy_key_status_timestamp.html">PrivacyKeyStatusTimestamp</a></td></tr><tr><td><a href="privacy_key_voice_messages.html">PrivacyKeyVoiceMessages</a></td></tr></table><h3>Members</h3><p>This type has no members.</p><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>