diff --git a/types.go b/types.go index c6d7440..72f179e 100644 --- a/types.go +++ b/types.go @@ -1381,6 +1381,7 @@ type ChatLastVisit struct { type ChatVisitedPage struct { DateTime SystemTime `json:"dateTime"` + Title string `json:"title,omitempty"` URL string `json:"url"` }