Telethon/constructors/text_phone.html

18 lines
2.6 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>TextPhone</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="text_phone.html">TextPhone</a></li></ul><h1>TextPhone</h1><pre>---types---
textPhone#1ccb966a text:<a href="../types/rich_text.html">RichText</a> phone:<a href="../index.html#string">string</a> = <a href="../types/rich_text.html">RichText</a></pre><button onclick="cp('from telethon.tl.types import TextPhone');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/rich_text.html">RichText</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="text_anchor.html">TextAnchor</a></td><td><a href="text_bold.html">TextBold</a></td></tr><tr><td><a href="text_concat.html">TextConcat</a></td><td><a href="text_email.html">TextEmail</a></td></tr><tr><td><a href="text_empty.html">TextEmpty</a></td><td><a href="text_fixed.html">TextFixed</a></td></tr><tr><td><a href="text_image.html">TextImage</a></td><td><a href="text_italic.html">TextItalic</a></td></tr><tr><td><a href="text_marked.html">TextMarked</a></td><td><a href="text_phone.html">TextPhone</a></td></tr><tr><td><a href="text_plain.html">TextPlain</a></td><td><a href="text_strike.html">TextStrike</a></td></tr><tr><td><a href="text_subscript.html">TextSubscript</a></td><td><a href="text_superscript.html">TextSuperscript</a></td></tr><tr><td><a href="text_underline.html">TextUnderline</a></td><td><a href="text_url.html">TextUrl</a></td></tr></table><h3>Members</h3><table><tr><td><b>text</b></td><td style="text-align:center"><a href="../types/rich_text.html">RichText</a></td><td></td></tr><tr><td><b>phone</b></td><td style="text-align:center"><a href="../index.html#string">string</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>