1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-01 15:35:24 +00:00
tgbotapi/docs/dokka/docs/com.github.insanusmokrassar.-telegram-bot-a-p-i.-common-abstracts/index.html
2020-05-11 23:37:38 +06:00

193 lines
7.3 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts - docs</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">docs</a>&nbsp;/&nbsp;<a href="./index.html">com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts</a><br/>
<br/>
<h2>Package com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts</h2>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
(common)
<h4><a href="-captioned/index.html">Captioned</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">Captioned</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-captioned-input/index.html">CaptionedInput</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">CaptionedInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-captioned/index.html"><span class="identifier">Captioned</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-captioned-output/index.html">CaptionedOutput</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">CaptionedOutput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-captioned/index.html"><span class="identifier">Captioned</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-common-contact-data/index.html">CommonContactData</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">CommonContactData</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-common-venue-data/index.html">CommonVenueData</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">CommonVenueData</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-titled/index.html"><span class="identifier">Titled</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-explained/index.html">Explained</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">Explained</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-explained-input/index.html">ExplainedInput</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">ExplainedInput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-explained/index.html"><span class="identifier">Explained</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-explained-output/index.html">ExplainedOutput</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">ExplainedOutput</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-explained/index.html"><span class="identifier">Explained</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-full-text-parts-list.html">FullTextPartsList</a></h4>
</td>
<td>
<code><span class="keyword">typealias </span><span class="identifier">FullTextPartsList</span>&nbsp;<span class="symbol">=</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="-text-part/index.html"><span class="identifier">TextPart</span></a><span class="symbol">&gt;</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-full-text-sources-list.html">FullTextSourcesList</a></h4>
</td>
<td>
<code><span class="keyword">typealias </span><span class="identifier">FullTextSourcesList</span>&nbsp;<span class="symbol">=</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="-text-source/index.html"><span class="identifier">TextSource</span></a><span class="symbol">&gt;</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-livable/index.html">Livable</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">Livable</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-locationed/index.html">Locationed</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">Locationed</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-mime-typed/index.html">MimeTyped</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">MimeTyped</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-multilevel-text-source/index.html">MultilevelTextSource</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">MultilevelTextSource</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-text-source/index.html"><span class="identifier">TextSource</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-performerable/index.html">Performerable</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">Performerable</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-text-part/index.html">TextPart</a></h4>
</td>
<td>
<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">TextPart</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-text-source/index.html">TextSource</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">TextSource</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-titled/index.html">Titled</a></h4>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">Titled</span></code></td>
</tr>
</tbody>
</table>
<h3>Extensions for External Classes</h3>
<table>
<tbody>
<tr>
<td>
(common)
<h4><a href="kotlin.collections.-list/index.html">kotlin.collections.List</a></h4>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
(common)
<h4><a href="full-entities-list.html">fullEntitiesList</a></h4>
</td>
<td>
<p>Convert its <a href="-captioned-input/caption-entities.html">CaptionedInput.captionEntities</a> to list of <a href="-text-source/index.html">com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts.TextSource</a>
with <a href="../com.github.insanusmokrassar.-telegram-bot-a-p-i.types.-message-entity.textsources/-regular-text-source/index.html">com.github.insanusmokrassar.TelegramBotAPI.types.MessageEntity.textsources.RegularTextSource</a></p>
<code><span class="keyword">fun </span><a href="-captioned-input/index.html"><span class="identifier">CaptionedInput</span></a><span class="symbol">.</span><span class="identifier">fullEntitiesList</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-full-text-sources-list.html"><span class="identifier">FullTextSourcesList</span></a></code>
<p>Convert its <a href="-explained-input/explanation-entities.html">ExplainedInput.explanationEntities</a> to list of <a href="-text-source/index.html">com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts.TextSource</a>
with <a href="../com.github.insanusmokrassar.-telegram-bot-a-p-i.types.-message-entity.textsources/-regular-text-source/index.html">com.github.insanusmokrassar.TelegramBotAPI.types.MessageEntity.textsources.RegularTextSource</a></p>
<code><span class="keyword">fun </span><a href="-explained-input/index.html"><span class="identifier">ExplainedInput</span></a><span class="symbol">.</span><span class="identifier">fullEntitiesList</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-full-text-sources-list.html"><span class="identifier">FullTextSourcesList</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>