1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-07 09:55:03 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-texted-input/index.md
2021-03-17 15:18:37 +00:00

2.2 KiB

//docs/dev.inmo.tgbotapi.CommonAbstracts/TextedInput

TextedInput

[common] interface TextedInput : Texted

Properties

Name Summary
text [common] abstract val text: String?
textEntities [common] abstract val textEntities: List<TextPart>Here must be full list of entities.

Inheritors

Name
TextContent

Extensions

Name Summary
textSources [common]
Content
val TextedInput.textSources: List<TextSource>
More info
Full list of TextSource built from sourceTextedInput.textEntities