SlackAPI
SlackAPI copied to clipboard
Question about setting username in PostMessageAsync
On the slack api page, username can be set using postMessage https://api.slack.com/methods/chat.postMessage
But I cannot seem to find a way to specify it with client.PostMessageAsync().
What is the proper way to do this?