Proposed changes (including videos or screenshots)
Now helper message are sending as notification instead of message and not visible to all the user in room.
Approach/ Mindset when implementing
I have pass extra param as user (optional field )as basicQueryMessage is also being called when actionsbuttons generated from /github <username/repo>. thus user as optional as actionsbuttons would never lead to fire of helperMessage,
Reason for passing user not SlashCommandContext is in future we might need to add onInstallation we should get notify with helperMessage. Thus user not the CommandContext.
Issue(s)
Closes #77
Proposed changes (including videos or screenshots)
Approach/ Mindset when implementing
/github <username/repo>
. thus user as optional as actionsbuttons would never lead to fire of helperMessage,