mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
fix field names
This commit is contained in:
parent
81a09e24d4
commit
a4de6df146
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue