summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MediaPromptModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MediaPromptModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MediaPromptModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MediaPromptModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MediaPromptModel.go
deleted file mode 100644
index 2c3b3411..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/MediaPromptModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MediaPrompt undocumented
-type MediaPrompt struct {
- // Prompt is the base model of MediaPrompt
- Prompt
- // MediaInfo undocumented
- MediaInfo *MediaInfo `json:"mediaInfo,omitempty"`
- // Loop undocumented
- Loop *int `json:"loop,omitempty"`
-}