FriendshipRequestSent

data class FriendshipRequestSent(val sender: String, val receiver: String) : FriendshipEvent

Data class to represent a friendship request sent event.

Parameters

sender

the user that sends the request

receiver

the user that receives the request

Constructors

Link copied to clipboard
constructor(sender: String, receiver: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard