Forward Message
constructor(body: ForwardMessage.ForwardBody, from: DID, to: DID, encryptedMessage: String, id: String = UUID.randomUUID().toString())(source)
Parameters
body
The body of the forward message.
from
The sender DID of the forward message.
to
The recipient DID of the forward message.
encrypted Message
The encrypted message to be forwarded.
id
The optional ID of the forward message. If not provided, a random UUID will be generated.