Encrypted Dm
data class EncryptedDm(val to: PubKey, val cipherText: CipherText, val tags: List<Tag> = listOf(PubKeyTag(to))) : EventContent
An encrypted direct message. Event kind 4, as defined in nip-04.
An encrypted direct message. Event kind 4, as defined in nip-04.