@SinceMirai("0.31.0") sealed class HummerMessage : MessageContent
一些特殊的消息
See Also
Key |
companion object Key : Key<HummerMessage> |
typeName |
此 Key 指代的 Message 类型名. 一般为 val typeName: String |
flatten |
扁平化 Message fun Message.flatten(): Sequence<SingleMessage> |
isContentEmpty |
判断消息内容是否为空. fun Message.isContentEmpty(): Boolean |
isContentNotEmpty |
fun Message.isContentNotEmpty(): Boolean |
isNotPlain |
fun Message.isNotPlain(): Boolean |
isNotPlain2 |
fun Message. |
isPlain |
fun Message.isPlain(): Boolean |
isPlain2 |
fun Message. |
repeat |
fun Message.repeat(count: Int): MessageChain |
repeat2 |
fun Message. |
sendTo |
suspend fun <C : Contact> Message.sendTo(contact: C): MessageReceipt<C> |
times |
operator fun Message.times(count: Int): MessageChain |
toForwardMessage |
转换为 ForwardMessage fun Message.toForwardMessage(sender: User, time: Int = currentTimeSeconds.toInt(), displayStrategy: DisplayStrategy = DisplayStrategy): ForwardMessage fun Message.toForwardMessage(senderId: Long, senderName: String, time: Int = currentTimeSeconds.toInt(), displayStrategy: DisplayStrategy = DisplayStrategy): ForwardMessage |
FlashImage |
闪照 sealed class FlashImage : MessageContent, HummerMessage |
PokeMessage |
戳一戳. 可以发送给好友或群. data class PokeMessage : HummerMessage |
VipFace |
VIP 表情. data class VipFace : HummerMessage |