copyToAnotherUser

abstract suspend fun copyToAnotherUser(targetUserId: Long, mediaIds: Set<Long>): OperationResult

Copies media for the specified user with targetUserId.

Throws

When session is not active.

Session error. targetUserId not found.

Unauthorized access.

Forbidden access.