TextMentionTextSource

data class TextMentionTextSource(val source: String, val user: User, val subsources: TextSourcesList) : MultilevelTextSource

See also

Constructors

Link copied to clipboard
constructor(source: String, user: User, subsources: TextSourcesList)

Properties

Link copied to clipboard
open val asText: String
Link copied to clipboard
open override val html: String
Link copied to clipboard
open override val markdown: String
Link copied to clipboard
open override val markdownV2: String
Link copied to clipboard
open override val source: String
Link copied to clipboard
open override val subsources: TextSourcesList
Link copied to clipboard
val user: User

Functions

Link copied to clipboard
operator fun TextSource.plus(other: TextSource): <Error class: unknown class>
operator fun TextSource.plus(text: String): <Error class: unknown class>
operator fun TextSource.plus(other: List<TextSource>): <Error class: unknown class>
Link copied to clipboard