of

fun of(user1: User, user2: User): Friendship

Creates a friendship between two users.

Return

the friendship.

Parameters

user1

the first user.

user2

the second user.


Creates a friendship from a friendship request.

Return

the friendship.

Parameters

request

the friendship request.