mirai-core / net.mamoe.mirai.message.data / firstIsInstance

firstIsInstance

fun <reified M : Message> MessageChain.firstIsInstance(): M

获取第一个 M 类型的 Message 实例

Exceptions

NoSuchElementException - 如果找不到该类型的实例