DownloadFileMessage

Represent a message related to a new downloadable file

This sealed class defines following messages:

  • New: Indicates that a new file is ready to be downloaded

Inheritors

Types

Link copied to clipboard
data class New(val downloadId: String, val sender: String) : DownloadFileMessage

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

Properties

Link copied to clipboard
abstract val downloadId: String
Link copied to clipboard
val id: String

String user message identifier

Link copied to clipboard
abstract val sender: String