From a4de6df1469ba2785e41f95d6f06b5f951fdcb99 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 21 Dec 2023 17:18:40 +0300 Subject: [PATCH] fix field names --- types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types.go b/types.go index af215cb..b502766 100644 --- a/types.go +++ b/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 {