nextMessageOrNullAsync
inline fun <P : MessageEvent> P.nextMessageOrNullAsync(timeoutMillis: Long, coroutineContext: CoroutineContext = EmptyCoroutineContext, priority: EventPriority = EventPriority.MONITOR, noinline filter: suspend P.(P) -> Boolean = { true }): Deferred<MessageChain?>
Content copied to clipboard
nextMessageOrNull 的异步版本