add title field to ChatVisitedPage

This commit is contained in:
Pavel 2024-03-20 15:01:10 +03:00
parent 7c8e142cab
commit 29062b8bf0

View File

@ -1381,6 +1381,7 @@ type ChatLastVisit struct {
type ChatVisitedPage struct {
DateTime SystemTime `json:"dateTime"`
Title string `json:"title,omitempty"`
URL string `json:"url"`
}