Request

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

Constructors

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

Properties

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