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

30 lines
2.2 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.CommonAbstracts](../index.md)/[TextedInput](index.md)
# TextedInput
[common] interface [TextedInput](index.md) : [Texted](../-texted/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/TextedInput/text/#/PointingToDeclaration/"></a>[text](index.md#%5Bdev.inmo.tgbotapi.CommonAbstracts%2FTextedInput%2Ftext%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.CommonAbstracts/TextedInput/text/#/PointingToDeclaration/"></a> [common] abstract val [text](index.md#%5Bdev.inmo.tgbotapi.CommonAbstracts%2FTextedInput%2Ftext%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? <br>|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/TextedInput/textEntities/#/PointingToDeclaration/"></a>[textEntities](text-entities.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts/TextedInput/textEntities/#/PointingToDeclaration/"></a> [common] abstract val [textEntities](text-entities.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextPart](../-text-part/index.md)>Here must be full list of entities. <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.types.message.content/TextContent///PointingToDeclaration/"></a>[TextContent](../../dev.inmo.tgbotapi.types.message.content/-text-content/index.md)|
## Extensions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.CommonAbstracts//textSources/dev.inmo.tgbotapi.CommonAbstracts.TextedInput#/PointingToDeclaration/"></a>[textSources](../text-sources.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts//textSources/dev.inmo.tgbotapi.CommonAbstracts.TextedInput#/PointingToDeclaration/"></a>[common] <br>Content <br>val [TextedInput](index.md).[textSources](../text-sources.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](../-text-source/index.md)> <br>More info <br>Full list of [TextSource](../-text-source/index.md) built from source[TextedInput.textEntities](text-entities.md) <br><br><br>|