@JvmName("first") open operator fun <M : Message> get(key: Key<M>): M
获取第一个类型为 key 的 Message 实例
key - 由各个类型消息的伴生对象持有. 如 PlainText.Key
key
NoSuchElementException - 当找不到这个类型的 Message 时
NoSuchElementException