Update documentation

This commit is contained in:
nielsandriesse 2021-06-02 09:38:22 +10:00
parent cf60e541e1
commit 15d864cd2a

View File

@ -8,7 +8,7 @@ data class SnodeMessage(
*/ */
val recipient: String, val recipient: String,
/** /**
* The content of the message. * The base64 encoded content of the message.
*/ */
val data: String, val data: String,
/** /**