Telethon/constructors/input_keyboard_button_user_profile.html

18 lines
3.5 KiB
HTML
Raw 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>InputKeyboardButtonUserProfile</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="input_keyboard_button_user_profile.html">InputKeyboardButtonUserProfile</a></li></ul><h1>InputKeyboardButtonUserProfile</h1><pre>---types---
inputKeyboardButtonUserProfile#e988037b text:<a href="../index.html#string">string</a> user_id:<a href="../types/input_user.html">InputUser</a> = <a href="../types/keyboard_button.html">KeyboardButton</a></pre><button onclick="cp('from telethon.tl.types import InputKeyboardButtonUserProfile');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/keyboard_button.html">KeyboardButton</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="input_keyboard_button_request_peer.html">InputKeyboardButtonRequestPeer</a></td><td><a href="input_keyboard_button_url_auth.html">InputKeyboardButtonUrlAuth</a></td></tr><tr><td><a href="input_keyboard_button_user_profile.html">InputKeyboardButtonUserProfile</a></td><td><a href="keyboard_button.html">KeyboardButton</a></td></tr><tr><td><a href="keyboard_button_buy.html">KeyboardButtonBuy</a></td><td><a href="keyboard_button_callback.html">KeyboardButtonCallback</a></td></tr><tr><td><a href="keyboard_button_game.html">KeyboardButtonGame</a></td><td><a href="keyboard_button_request_geo_location.html">KeyboardButtonRequestGeoLocation</a></td></tr><tr><td><a href="keyboard_button_request_peer.html">KeyboardButtonRequestPeer</a></td><td><a href="keyboard_button_request_phone.html">KeyboardButtonRequestPhone</a></td></tr><tr><td><a href="keyboard_button_request_poll.html">KeyboardButtonRequestPoll</a></td><td><a href="keyboard_button_simple_web_view.html">KeyboardButtonSimpleWebView</a></td></tr><tr><td><a href="keyboard_button_switch_inline.html">KeyboardButtonSwitchInline</a></td><td><a href="keyboard_button_url.html">KeyboardButtonUrl</a></td></tr><tr><td><a href="keyboard_button_url_auth.html">KeyboardButtonUrlAuth</a></td><td><a href="keyboard_button_user_profile.html">KeyboardButtonUserProfile</a></td></tr><tr><td><a href="keyboard_button_web_view.html">KeyboardButtonWebView</a></td></tr></table><h3>Members</h3><table><tr><td><b>text</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>user_id</b></td><td style="text-align:center"><a href="../types/input_user.html">InputUser</a></td><td>Anything entity-like will work if the library can find its <code>Input</code> version (e.g., usernames, <code>Peer</code>, <code>User</code> or <code>Channel</code> objects, etc.).</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>