DirectToDeviceDataUnitContent

@Serializable
data class DirectToDeviceDataUnitContent(val messageId: String, val messages: Map<UserId, Map<String, JsonObject>>, val sender: UserId, val type: String) : EphemeralDataUnitContent

See also

Constructors

Link copied to clipboard
constructor(messageId: String, messages: Map<UserId, Map<String, JsonObject>>, sender: UserId, type: String)

Properties

Link copied to clipboard
Link copied to clipboard
val messages: Map<UserId, Map<String, JsonObject>>
Link copied to clipboard
Link copied to clipboard