mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
17 lines
3.1 KiB
HTML
17 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>KeyboardButton</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="keyboard_button.html">KeyboardButton</a></li></ul><h1>KeyboardButton</h1><h3>Available constructors</h3><p>This type has 18 constructors available.</p><table><tr><td><a href="../constructors/input_keyboard_button_request_peer.html">InputKeyboardButtonRequestPeer</a></td><td><a href="../constructors/input_keyboard_button_url_auth.html">InputKeyboardButtonUrlAuth</a></td></tr><tr><td><a href="../constructors/input_keyboard_button_user_profile.html">InputKeyboardButtonUserProfile</a></td><td><a href="../constructors/keyboard_button.html">KeyboardButton</a></td></tr><tr><td><a href="../constructors/keyboard_button_buy.html">KeyboardButtonBuy</a></td><td><a href="../constructors/keyboard_button_callback.html">KeyboardButtonCallback</a></td></tr><tr><td><a href="../constructors/keyboard_button_copy.html">KeyboardButtonCopy</a></td><td><a href="../constructors/keyboard_button_game.html">KeyboardButtonGame</a></td></tr><tr><td><a href="../constructors/keyboard_button_request_geo_location.html">KeyboardButtonRequestGeoLocation</a></td><td><a href="../constructors/keyboard_button_request_peer.html">KeyboardButtonRequestPeer</a></td></tr><tr><td><a href="../constructors/keyboard_button_request_phone.html">KeyboardButtonRequestPhone</a></td><td><a href="../constructors/keyboard_button_request_poll.html">KeyboardButtonRequestPoll</a></td></tr><tr><td><a href="../constructors/keyboard_button_simple_web_view.html">KeyboardButtonSimpleWebView</a></td><td><a href="../constructors/keyboard_button_switch_inline.html">KeyboardButtonSwitchInline</a></td></tr><tr><td><a href="../constructors/keyboard_button_url.html">KeyboardButtonUrl</a></td><td><a href="../constructors/keyboard_button_url_auth.html">KeyboardButtonUrlAuth</a></td></tr><tr><td><a href="../constructors/keyboard_button_user_profile.html">KeyboardButtonUserProfile</a></td><td><a href="../constructors/keyboard_button_web_view.html">KeyboardButtonWebView</a></td></tr></table><h3>Requests returning this type</h3><p>No request returns this type.</p><table></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>You can find this type as a member of this other type.</p><table><tr><td><a href="../constructors/keyboard_button_row.html">KeyboardButtonRow</a></td></tr></table></div></body></html> |