add support for images (#144)
release / goreleaser (push) Has been cancelled

This commit is contained in:
phantomreactor
2025-05-03 01:53:58 +05:30
committed by GitHub
parent 32060fe93b
commit 638b13e177
30 changed files with 1326 additions and 484 deletions
+8
View File
@@ -0,0 +1,8 @@
package message
type Attachment struct {
FilePath string
FileName string
MimeType string
Content []byte
}