mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
country & city fields instead of ip field
This commit is contained in:
parent
e28631dcb2
commit
7c8e142cab
3
types.go
3
types.go
@ -1365,7 +1365,8 @@ type ChatCustomerOnline struct {
|
||||
type ChatVisitsResponse struct {
|
||||
UTM *ChatUTM `json:"utm,omitempty"`
|
||||
Device ChatDevice `json:"device"`
|
||||
IP string `json:"ip"`
|
||||
Country string `json:"country"`
|
||||
City string `json:"city"`
|
||||
LastVisit ChatLastVisit `json:"lastVisit"`
|
||||
CountVisits uint `json:"countVisits"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user