Emoji

@SerialName(value = "m.std.emoji")
data class Emoji(val id: ID) : StandardMessage, EmoticonMessage(source)

一个 emoji 表情。

Emoji 主要服务于那些只能提供指定范围内 emoji 表情的场景, 例如针对某个消息的 reaction

现代绝大多数的平台中,如果希望在普通的文本消息中插入 emoji 不需要使用特殊的消息类型, 仅需要添加在字符串中即可。

Constructors

Link copied to clipboard
constructor(id: ID)

Properties

Link copied to clipboard
val id: ID

Inherited functions

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

合并两个 MessageMessages