inAuthor

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