mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.command.descriptor
/
ExistingBotValueArgumentParser
Existing
Bot
Value
Argument
Parser
object
ExistingBotValueArgumentParser
:
InternalCommandValueArgumentParserExtensions
<
Bot
>
Content copied to clipboard
根据
Bot.id
解析一个登录后的
Bot
Functions
Functions
parse
Link copied to clipboard
open
override
fun
parse
(
raw
:
String
,
sender
:
CommandSender
)
:
Bot
Content copied to clipboard
解析一个字符串为 T 类型参数
open
override
fun
parse
(
raw
:
MessageContent
,
sender
:
CommandSender
)
:
Bot
Content copied to clipboard
解析一个消息内容元素为 T 类型参数