From 29062b8bf0a5ad1f9e077a01afc19c6d0cd6fae2 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Wed, 20 Mar 2024 15:01:10 +0300 Subject: [PATCH] add title field to ChatVisitedPage --- types.go | 1 + 1 file changed, 1 insertion(+) 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"` }