reply
Content copied to clipboard
在超时后回复原消息
当 block 返回值为 Unit 时不回复, 为 Message 时回复 Message, 其他将 toString 后回复为 PlainText
See also
Content copied to clipboard
Content copied to clipboard
Content copied to clipboard
当发送的消息内容为 this 就执行并回复 replier 的返回值
Content copied to clipboard
Content copied to clipboard
启动监听器, 在 Bot 未被禁言且消息满足条件 this 时回复原消息
Content copied to clipboard
启动监听器, 在 Bot 未被禁言且消息满足条件 this 时执行 replier 并以其返回值回复. 返回值 Unit 将被忽略, Message 将被直接回复, 其他内容将会 Any.toString 后发送.