add support for images (#144)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package message
|
||||
|
||||
type Attachment struct {
|
||||
FilePath string
|
||||
FileName string
|
||||
MimeType string
|
||||
Content []byte
|
||||
}
|
||||
Reference in New Issue
Block a user