mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
add title field to ChatVisitedPage
This commit is contained in:
parent
7c8e142cab
commit
29062b8bf0
1 changed files with 1 additions and 0 deletions
1
types.go
1
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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue