summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/TeamFunSettingsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/TeamFunSettingsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/TeamFunSettingsModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/TeamFunSettingsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/TeamFunSettingsModel.go
deleted file mode 100644
index 6efc8cda..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/TeamFunSettingsModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// TeamFunSettings undocumented
-type TeamFunSettings struct {
- // Object is the base model of TeamFunSettings
- Object
- // AllowGiphy undocumented
- AllowGiphy *bool `json:"allowGiphy,omitempty"`
- // GiphyContentRating undocumented
- GiphyContentRating *GiphyRatingType `json:"giphyContentRating,omitempty"`
- // AllowStickersAndMemes undocumented
- AllowStickersAndMemes *bool `json:"allowStickersAndMemes,omitempty"`
- // AllowCustomMemes undocumented
- AllowCustomMemes *bool `json:"allowCustomMemes,omitempty"`
-}