diff options
Diffstat (limited to 'vendor/github.com/SevereCloud/vksdk/v2/object/groups.go')
-rw-r--r-- | vendor/github.com/SevereCloud/vksdk/v2/object/groups.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/SevereCloud/vksdk/v2/object/groups.go b/vendor/github.com/SevereCloud/vksdk/v2/object/groups.go index b66c1ee6..d1f31e95 100644 --- a/vendor/github.com/SevereCloud/vksdk/v2/object/groups.go +++ b/vendor/github.com/SevereCloud/vksdk/v2/object/groups.go @@ -32,6 +32,7 @@ type GroupsAddress struct { Timetable GroupsAddressTimetable `json:"timetable"` // Week timetable for the address Title string `json:"title"` // Title of the place (Zinger, etc) WorkInfoStatus string `json:"work_info_status"` // Status of information about timetable + PlaceID int `json:"place_id"` } // GroupsAddressTimetable Timetable for a week. |