seratch / slack-edge

Slack app development framework for edge functions with streamlined TypeScript support
https://github.com/seratch/slack-edge-app-template
MIT License
87 stars 5 forks source link

Update files type to FileElement #7

Closed zhawtof closed 8 months ago

zhawtof commented 8 months ago

These types should be using FileElement rather than the native File type.

MessageItem's files type is currently FileElement and I believe it's the proper usage for all events that use files