ADAPT-Chase's picture
Add files using upload-large-folder tool
cf4a594 verified
package message
type Attachment struct {
FilePath string
FileName string
MimeType string
Content []byte
}