FormattedText¶
A text with some entities
FormattedText(
text: string,
entities: list of TextEntity
) → FormattedText
text¶
string
The text
entities¶
list of TextEntity
Entities contained in the text. Entities can be nested, but must not mutually intersect with each other. Pre, Code, PreCode, and DateTime entities can't contain other entities. BlockQuote entities can't contain other BlockQuote entities. Bold, Italic, Underline, Strikethrough, and Spoiler entities can contain and can be part of any other entities. All other entities can't contain each other