TextedInput

interface TextedInput : Texted

Properties

text
Link copied to clipboard
common
abstract val text: String?
textEntities
Link copied to clipboard
common
abstract val textEntities: List<TextPart>
Here must be full list of entities.

Inheritors

TextContent
Link copied to clipboard

Extensions

parseCommandsWithParams
Link copied to clipboard
common
fun TextedInput.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): MutableMap<String, Array<String>>
Parse commands and their args.
textSources
Link copied to clipboard
common
val TextedInput.textSources: List<TextSource>
Full list of TextSource built from sourceTextedInput.textEntities