Skip to content

Commit

Permalink
add subject File field for email file
Browse files Browse the repository at this point in the history
  • Loading branch information
rntk authored and nlopes committed Feb 1, 2025
1 parent 3bae55e commit 90e2abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type File struct {
NumStars int `json:"num_stars"`
IsStarred bool `json:"is_starred"`
Shares Share `json:"shares"`
Subject string `json:"subject"`
To []EmailFileUserInfo `json:"to"`
From []EmailFileUserInfo `json:"from"`
}
Expand Down

0 comments on commit 90e2abd

Please sign in to comment.