PlainText

纯文本消息。代表一段只存在文本的消息。

实际上绝大多数情况下,都不需要独立实现 PlainText 类型, PlainText 提供了最基础的实现类型 Text

See also

Inheritors

Properties

Link copied to clipboard
abstract val text: String

文本内容

Inherited functions

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

合并两个 MessageMessages