Request

data class Request(val receiver: String, val requestFrom: String) : FriendshipCommand.SendFriendshipRequest, ServiceRequest

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val requestFrom: String