I want mention users even those which do not have a username.
If a user has set up a username I return
Hi @username
as an answer but if a user does not have one I can't do that.
I tried using the unique User ID e.g.
@5642166
but that did not work.
How can I achieve that?