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