I am currently implementing an automatic trader (just reached beta stage) that is using bisq-daemon with gRPC calls. Now that the basic functionality is working, the following “problem” came up:
if trading peers send chat messages (or even worse: there is a dispute that needs to be resolved and a mediator tries to get in contact), how do I access these messages (and maybe even reply to them) using calls to the daemon? I tried to find something usable in the API docs, but to no avail. Is “chat” only available on the desktop?