fun <reified M : Message> MessageChain.firstIsInstance(): M
获取第一个 M 类型的 Message 实例
NoSuchElementException - 如果找不到该类型的实例
NoSuchElementException