attachment.go 112 B

12345678
  1. package message
  2. type Attachment struct {
  3. FilePath string
  4. FileName string
  5. MimeType string
  6. Content []byte
  7. }