summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go
diff options
context:
space:
mode:
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go')
-rw-r--r--teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go
new file mode 100644
index 0000000..c3a6953
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go
@@ -0,0 +1,11 @@
+// Code generated by msgraph.go/gen DO NOT EDIT.
+
+package msgraph
+
+// Album undocumented
+type Album struct {
+ // Object is the base model of Album
+ Object
+ // CoverImageItemID undocumented
+ CoverImageItemID *string `json:"coverImageItemId,omitempty"`
+}