SlackAPI icon indicating copy to clipboard operation
SlackAPI copied to clipboard

Fix UpdateAsync (and Update) not to pass "as_user" unless specified

Open bakester14 opened this issue 4 years ago • 0 comments

These methods currently post as_user: false if as_user is unspecified. They should follow the pattern defined in the PostMessage methods, which allow omitting as_user. Per slack docs, the as_user argument results in an error for new (non-bot) slack apps, even when it's set to false.

bakester14 avatar Jan 04 '22 20:01 bakester14