File size: 112 Bytes
cf4a594
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
package message

type Attachment struct {
	FilePath string
	FileName string
	MimeType string
	Content  []byte
}