New

data class New(val downloadId: String, val sender: String) : DownloadFileMessage

A message that indicates that a new file is ready to be downloaded

Constructors

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

Properties

Link copied to clipboard
open override val downloadId: String

The downloadable file identifier

Link copied to clipboard
val id: String

String user message identifier

Link copied to clipboard
open override val sender: String

The sender that sent the downloadable file