maknz / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
1.17k stars 204 forks source link

No way to specify a callback_id for Attachments #79

Open spencermacbeth opened 7 years ago

spencermacbeth commented 7 years ago

Currently there is no callback_id field on the Attachment class. This results in receiving "Drat! callback_id is missing, so that didn’t work." when using interactive buttons in messages.

dmytropanontko commented 6 years ago

@maknz same