useAuthor

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