slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.63k stars 1.12k forks source link

add 2FA type to slack user #1183

Closed imilchev closed 1 year ago

imilchev commented 1 year ago

Added a missing property to Slack user. Since it is optional (as documented here), I made it optional in the struct too