Update documentation

This commit is contained in:
nielsandriesse 2021-06-02 09:38:22 +10:00
parent cf60e541e1
commit 15d864cd2a
1 changed files with 1 additions and 1 deletions

View File

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