blob: 2e950ba15939eded10cb4be56ea87b34b4237667 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go 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"`
}
|