mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
fix field names
This commit is contained in:
parent
81a09e24d4
commit
a4de6df146
4
types.go
4
types.go
@ -1366,8 +1366,8 @@ type ChatVisitsResponse struct {
|
||||
LastVisit ChatLastVisit `json:"lastVisit"`
|
||||
IP string `json:"ip"`
|
||||
CountVisits uint `json:"countVisits"`
|
||||
ChatDevice ChatDevice `json:"chatDevice"`
|
||||
ChatUTM *ChatUTM `json:"chatUtm,omitempty"`
|
||||
Device ChatDevice `json:"device"`
|
||||
UTM *ChatUTM `json:"utm,omitempty"`
|
||||
}
|
||||
|
||||
type ChatLastVisit struct {
|
||||
|
Loading…
Reference in New Issue
Block a user