mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.event
/
CommonMessageSelectBuilderUnit
/
reply
reply
common
open
infix
fun
MessageSelectionTimeoutChecker
.
reply
(
block
:
suspend
(
)
->
Any
?
)
Content copied to clipboard
在超时后回复原消息
当
block
返回值为
Unit
时不回复, 为
Message
时回复
Message
, 其他将
toString
后回复为
PlainText
See also
net.
mamoe.
mirai.
event.
Common
Message
Select
Builder
Unit
open
infix
fun
MessageSelectionTimeoutChecker
.
reply
(
message
:
Message
)
Content copied to clipboard
open
infix
fun
MessageSelectionTimeoutChecker
.
reply
(
message
:
String
)
Content copied to clipboard