//[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 | |---|---| | [text](index.md#%5Bdev.inmo.tgbotapi.CommonAbstracts%2FTextedInput%2Ftext%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [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)?
| | [textEntities](text-entities.md)| [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.
| ## Inheritors | Name | |---| | [TextContent](../../dev.inmo.tgbotapi.types.message.content/-text-content/index.md)| ## Extensions | Name | Summary | |---|---| | [textSources](../text-sources.md)| [common]
Content
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)>
More info
Full list of [TextSource](../-text-source/index.md) built from source[TextedInput.textEntities](text-entities.md)


|