NEM Messaging Advice

I was hoping to get some advice on how to use the Nano Wallet api for messaging. I did some searching but didn’t come up with much.

The message payload is part of a transaction detail. So it is just a normal transaction from the api standpoint.
https://nemproject.github.io/#transaction-data-with-decoded-messages

Depending on the type of the transaction, there are additional fields which are specific to given type. For instance a transfer transaction will have the additional fields.

message

Optionally a transfer transaction can contain a message.

TY bruce. Let me see if I can figure it out.