Some tasks that I can think of :
- Write a SlackMessage module with a
handle_message function. See if you can use pattern matching alone to define various handle_message functions for every message type you have identified.
- Help me come up with a
SlackMessage schema. I think useful fields would be text, media_url (when the message is videos, image), conversation_id, channel_id
- Come up with a SlackChannel schema. I think useful fields would be id, name and organization_id or organization_name
@maanasb01 please copy paste the message payloads you found.
Some tasks that I can think of :
handle_messagefunction. See if you can use pattern matching alone to define varioushandle_messagefunctions for every message type you have identified.SlackMessageschema. I think useful fields would be text, media_url (when the message is videos, image), conversation_id, channel_id@maanasb01 please copy paste the message payloads you found.