mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-20 15:24:45 +08:00
Improve docs
This commit is contained in:
parent
16fec25747
commit
edd823c7bc
@ -25,7 +25,7 @@ import kotlin.jvm.JvmSynthetic
|
||||
|
||||
|
||||
/**
|
||||
* At 一个人. 只能发送给一个群.
|
||||
* At 一个群成员. 只能发送给一个群.
|
||||
*
|
||||
* @see AtAll 全体成员
|
||||
*/
|
||||
|
@ -31,6 +31,8 @@ import net.mamoe.mirai.utils.*
|
||||
* **实现方法**:
|
||||
*
|
||||
* @sample samples.CustomMessageIdentifier 实现示例
|
||||
*
|
||||
* @see CustomMessageMetadata
|
||||
*/
|
||||
@SinceMirai("0.38.0")
|
||||
@MiraiExperimentalAPI
|
||||
|
@ -17,6 +17,7 @@ import net.mamoe.mirai.utils.MiraiInternalAPI
|
||||
import net.mamoe.mirai.utils.PlannedRemoval
|
||||
import net.mamoe.mirai.utils.SinceMirai
|
||||
import kotlin.jvm.JvmName
|
||||
import kotlin.jvm.JvmOverloads
|
||||
import kotlin.jvm.JvmSynthetic
|
||||
|
||||
/**
|
||||
@ -266,7 +267,10 @@ interface SingleMessage : Message, CharSequence, Comparable<String> {
|
||||
|
||||
/**
|
||||
* 消息元数据, 即不含内容的元素.
|
||||
* 包括: [MessageSource]
|
||||
*
|
||||
* @see MessageSource 消息源
|
||||
* @see QuoteReply 引用回复
|
||||
* @see CustomMessageMetadata 自定义元数据
|
||||
*
|
||||
* @see ConstrainSingle 约束一个 [MessageChain] 中只存在这一种类型的元素
|
||||
*/
|
||||
@ -288,6 +292,14 @@ interface ConstrainSingle<out M : Message> : MessageMetadata {
|
||||
|
||||
/**
|
||||
* 消息内容
|
||||
*
|
||||
* @see PlainText 纯文本
|
||||
* @see At At 一个群成员.
|
||||
* @see AtAll At 全体成员
|
||||
* @see HummerMessage 一些特殊消息: [戳一戳][PokeMessage], [闪照][FlashImage]
|
||||
* @see Image 图片
|
||||
* @see RichMessage 富文本
|
||||
* @see Face 原生表情
|
||||
*/
|
||||
interface MessageContent : SingleMessage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user