FriendshipRequestSentEvent

data class FriendshipRequestSentEvent(val fromUser: String, val toUser: String) : FriendshipEvent

Friendship request sent event.

Parameters

fromUser

The user that sent the request.

toUser

The user that received the request.

Constructors

Link copied to clipboard
constructor(fromUser: String, toUser: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard