summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelMentions.go
blob: 097c899c343b7528b51f1253da4f026b6b2551cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// MentionsPreview undocumented
type MentionsPreview struct {
	// Object is the base model of MentionsPreview
	Object
	// IsMentioned undocumented
	IsMentioned *bool `json:"isMentioned,omitempty"`
}