Text

@SerialName(value = "m.std.text")
class Text : PlainText(source)

一个文本消息 TextTextPlainText 基础实现类型。

文本消息可以存在多个,但是对于不同平台来讲,有可能存在差异。 部分平台会按照正常的方式顺序排列消息,而有的则会组合消息列表中的所有文本消息为一个整体。

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val text: String

文本内容

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
operator fun Message.plus(other: Message): Messages

合并两个 MessageMessages