1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-30 14:08:44 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-explained-input/index.md
2021-03-17 15:18:37 +00:00

4.4 KiB

//docs/dev.inmo.tgbotapi.CommonAbstracts/ExplainedInput

ExplainedInput

[common] interface ExplainedInput : Explained

Properties

Name Summary
explanation [common] abstract val explanation: String?
explanationEntities [common] abstract val explanationEntities: List<TextPart>Full list of entities.

Inheritors

Name
QuizPoll

Extensions

Name Summary
textSources [common]
Content
val ExplainedInput.textSources: List<TextSource>


toHtmlExplanations [common]
Content
fun ExplainedInput.toHtmlExplanations(): List<String>


toMarkdownExplanations [common]
Content
fun ExplainedInput.toMarkdownExplanations(): List<String>


toMarkdownV2Explanations [common]
Content
fun ExplainedInput.toMarkdownV2Explanations(): List<String>