Secret Send Event Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing an encrypted event content.
Constructors
Link copied to clipboard
fun SecretSendEventContent(@Json(name = "request_id" ) requestId: String, @Json(name = "secret" ) secretValue: String)
Content copied to clipboard