add support for images (#144)
This commit is contained in:
parent
603a3e3c71
commit
9fec8df7d0
30 changed files with 1326 additions and 484 deletions
8
internal/message/attachment.go
Normal file
8
internal/message/attachment.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package message
|
||||
|
||||
type Attachment struct {
|
||||
FilePath string
|
||||
FileName string
|
||||
MimeType string
|
||||
Content []byte
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue