tdlight-docs/it/tdlight/jni/class-use/TdApi.KeyboardButtonType.html

187 lines
8.4 KiB
HTML
Raw Normal View History

2021-01-05 17:53:01 +01:00
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
2021-01-14 18:48:08 +01:00
<title>Uses of Class it.tdlight.jni.TdApi.KeyboardButtonType (tdlight API 3.2.45 API)</title>
2021-01-05 17:53:01 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0"><style>
#memberSummary_tabpanel{overflow-x: auto;}
li.blockList{overflow-x: auto;}
td.colLast div{max-width:30vw;}
#search{width: 400px;max-width: 65vw;}
.title,.subTitle,pre,.inheritance,h1,h2,h3,h4,h5,.memberSummary,.memberSignature,.typeSummary,.blockList,.contentContainer{white-space:normal;word-break:break-word;}
ul{padding-left:10px}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: it.tdlight.jni, class: TdApi, class: KeyboardButtonType">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Class it.tdlight.jni.TdApi.KeyboardButtonType" class="title">Uses of Class<br>it.tdlight.jni.TdApi.KeyboardButtonType</h1>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="it.tdlight.jni">
<h2>Uses of <a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonType</a> in <a href="../package-summary.html">it.tdlight.jni</a></h2>
<div class="use-summary">
<table class="summary-table">
<caption><span>Subclasses of <a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonType</a> in <a href="../package-summary.html">it.tdlight.jni</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Class</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.KeyboardButtonTypeRequestLocation.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonTypeRequestLocation</a></span></code></th>
<td class="col-last">
<div class="block">A button that sends the user's location
when pressed; available only in private chats.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.KeyboardButtonTypeRequestPhoneNumber.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonTypeRequestPhoneNumber</a></span></code></th>
<td class="col-last">
<div class="block">A button that sends the user's phone
number when pressed; available only
in private chats.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.KeyboardButtonTypeRequestPoll.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonTypeRequestPoll</a></span></code></th>
<td class="col-last">
<div class="block">A button that allows the user to create
and send a poll when pressed; available
only in private chats.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.KeyboardButtonTypeText.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonTypeText</a></span></code></th>
<td class="col-last">
<div class="block">A simple button, with text that should
be sent when the button is pressed.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Fields in <a href="../package-summary.html">it.tdlight.jni</a> declared as <a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonType</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Field</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code><a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonType</a></code></td>
<th class="col-second" scope="row"><span class="type-name-label">TdApi.KeyboardButton.</span><code><span class="member-name-link"><a href="../TdApi.KeyboardButton.html#type">type</a></span></code></th>
<td class="col-last">
<div class="block">Type of the button.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Constructors in <a href="../package-summary.html">it.tdlight.jni</a> with parameters of type <a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonType</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Constructor</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.KeyboardButton.html#%3Cinit%3E(java.lang.String,it.tdlight.jni.TdApi.KeyboardButtonType)">KeyboardButton</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;text,
<a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">TdApi.KeyboardButtonType</a>&nbsp;type)</code></th>
<td class="col-last">
<div class="block">Represents a single button in a bot keyboard.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottom-nav" id="navbar.bottom">
<div class="skip-nav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.bottom.firstrow" class="nav-list" title="Navigation">
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TdApi.KeyboardButtonType.html" title="class in it.tdlight.jni">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<span class="skip-nav" id="skip.navbar.bottom">
<!-- -->
</span></nav>
<p class="legal-copy"><small>Copyright &#169; 2021. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>