unbanUser

abstract suspend fun unbanUser(roomId: RoomId, userId: UserId, reason: String? = null): Result<Unit>

See also