mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 14:49:47 +00:00
40 lines
2.0 KiB
HTML
40 lines
2.0 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>ExplainedOutput - docs</title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../../index.html">docs</a> / <a href="../index.html">com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts</a> / <a href="./index.html">ExplainedOutput</a><br/>
|
|
<br/>
|
|
<h1>ExplainedOutput</h1>
|
|
(common) <code><span class="keyword">interface </span><span class="identifier">ExplainedOutput</span> <span class="symbol">:</span> <a href="../-explained/index.html"><span class="identifier">Explained</span></a></code> <a href="https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/CommonAbstracts/Explained.kt#L10">(source)</a>
|
|
<h3>Properties</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
(common)
|
|
<h4><a href="parse-mode.html">parseMode</a></h4>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">parseMode</span><span class="symbol">: </span><a href="../../com.github.insanusmokrassar.-telegram-bot-a-p-i.types.-parse-mode/-parse-mode/index.html"><span class="identifier">ParseMode</span></a><span class="symbol">?</span></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3>Inheritors</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
(common)
|
|
<h4><a href="../../com.github.insanusmokrassar.-telegram-bot-a-p-i.requests.send.polls/-send-quiz-poll/index.html">SendQuizPoll</a></h4>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">SendQuizPoll</span> <span class="symbol">:</span> <a href="../../com.github.insanusmokrassar.-telegram-bot-a-p-i.requests.send.polls/-send-poll/index.html"><span class="identifier">SendPoll</span></a><span class="symbol">, </span><a href="../-captioned-output/index.html"><span class="identifier">CaptionedOutput</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">ExplainedOutput</span></a></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|