useAuthor

inline suspend fun <R> ChatRoomMessageEvent.useAuthor(block: (Member) -> R): R(source)
event.useAuthor { author ->
// ...
}