Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// TeamClassSettings undocumented
|
||||
type TeamClassSettings struct {
|
||||
// Object is the base model of TeamClassSettings
|
||||
Object
|
||||
// NotifyGuardiansAboutAssignments undocumented
|
||||
NotifyGuardiansAboutAssignments *bool `json:"notifyGuardiansAboutAssignments,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user