makeMessage

This method creates a Message object with the specified parameters. The Message object represents a DIDComm message used for secure and decentralized communication in the Atala PRISM architecture. The Message object includes information about the sender, recipient, message body, and other metadata. The method sets default values for some properties and returns the created Message object.

Return

The created Message object.