I have a very small c++ knowledge but still can make some small things with it.
In my plugin, if you write a command that start with /x, users on your list with this plugin are notified with a toast that you did this, making this is very simple as you all know
But I have three problems;
1. The same notification comes to me too, which I don't want.
2. I just use a specific string for example "Mary has typed the command!", but I want to retrieve this person's friendly name and use it in that toast. (the main reason I opened this topic) How do I retrieve the friendly name of my contact that sent this command to me?
3. When I click the toast, I want to open convo with that person, just like in the way you click when someone sends a message or signs in.