summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/SevereCloud/vksdk/v2/object/apps.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/SevereCloud/vksdk/v2/object/apps.go')
-rw-r--r--vendor/github.com/SevereCloud/vksdk/v2/object/apps.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/SevereCloud/vksdk/v2/object/apps.go b/vendor/github.com/SevereCloud/vksdk/v2/object/apps.go
index c7036397..422c0190 100644
--- a/vendor/github.com/SevereCloud/vksdk/v2/object/apps.go
+++ b/vendor/github.com/SevereCloud/vksdk/v2/object/apps.go
@@ -100,3 +100,12 @@ type AppsScope struct {
Name string `json:"name"` // Scope name
Title string `json:"title"` // Scope title
}
+
+// AppsTestingGroup testing group description.
+type AppsTestingGroup struct {
+ GroupID int `json:"group_id"`
+ UserIDs []int `json:"user_ids"`
+ Name string `json:"name"`
+ Webview string `json:"webview"`
+ Platforms []string `json:"platforms"`
+}