From 90e2abd5041c9309f3a04edab3dff0f0f018d4e6 Mon Sep 17 00:00:00 2001 From: renat Date: Tue, 28 Jan 2025 20:08:51 +0100 Subject: [PATCH] add subject File field for email file --- files.go | 1 + 1 file changed, 1 insertion(+) diff --git a/files.go b/files.go index 8b2422c4..5eb6d1c7 100644 --- a/files.go +++ b/files.go @@ -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"` }