FriendshipRequestAccepted

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

Data class to represent a friendship request accepted 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