Skip to content

Commit 90e2abd

Browse files
rntknlopes
authored andcommitted
add subject File field for email file
1 parent 3bae55e commit 90e2abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ type File struct {
8989
NumStars int `json:"num_stars"`
9090
IsStarred bool `json:"is_starred"`
9191
Shares Share `json:"shares"`
92+
Subject string `json:"subject"`
9293
To []EmailFileUserInfo `json:"to"`
9394
From []EmailFileUserInfo `json:"from"`
9495
}

0 commit comments

Comments
 (0)