mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-06 17:10:48 +08:00
Remove ambiguous doc
This commit is contained in:
parent
ec30eef250
commit
4aa4753c10
@ -45,8 +45,6 @@ class QuoteReplyToSend @MiraiInternalAPI constructor(source: MessageSource, val
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 引用这条消息.
|
* 引用这条消息.
|
||||||
* 好友消息: 返回 `[QuoteReply]`
|
|
||||||
* 群消息: 返回 `[QuoteReply] + [At] + [PlainText]`(必要的结构)
|
|
||||||
*/
|
*/
|
||||||
@UseExperimental(MiraiInternalAPI::class)
|
@UseExperimental(MiraiInternalAPI::class)
|
||||||
fun MessageChain.quote(sender: QQ): QuoteReplyToSend {
|
fun MessageChain.quote(sender: QQ): QuoteReplyToSend {
|
||||||
@ -58,8 +56,6 @@ fun MessageChain.quote(sender: QQ): QuoteReplyToSend {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 引用这条消息.
|
* 引用这条消息.
|
||||||
* 好友消息: 返回 `[QuoteReply]`
|
|
||||||
* 群消息: 返回 `[QuoteReply] + [At] + [PlainText]`(必要的结构)
|
|
||||||
*/
|
*/
|
||||||
@UseExperimental(MiraiInternalAPI::class)
|
@UseExperimental(MiraiInternalAPI::class)
|
||||||
fun MessageSource.quote(sender: QQ): QuoteReplyToSend {
|
fun MessageSource.quote(sender: QQ): QuoteReplyToSend {
|
||||||
|
Loading…
Reference in New Issue
Block a user