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.6k stars 1.11k forks source link

conversations.history unmarshall bug #1292

Open nitzan-entro opened 1 month ago

nitzan-entro commented 1 month ago

What happened

getting this from the sdk: "cannot unmarshal number into Go struct field Attachment.messages.attachments.color of type string"

Expected behavior

unmarshall ok.

Versions