RNMessage

abstract class RNMessage(content: String = "", flags: Int = 0, tts: Boolean = false, nonce: String = Utils.generateRNNonce().toString(), context: Context = Utils.appContext)

A base for body of new Message requests, providing connection analytics and nonce that are sent in RNA and Desktop.

Constructors

Link copied to clipboard
constructor(content: String = "", flags: Int = 0, tts: Boolean = false, nonce: String = Utils.generateRNNonce().toString(), context: Context = Utils.appContext)