Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Question about setting username in PostMessageAsync #260

Open etcy opened 4 years ago

etcy commented 4 years ago

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?