blob: 64d2d0a91193b1464c1394f67864b6594591663a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ChatMessageMention undocumented
type ChatMessageMention struct {
// Object is the base model of ChatMessageMention
Object
// ID undocumented
ID *int `json:"id,omitempty"`
// MentionText undocumented
MentionText *string `json:"mentionText,omitempty"`
// Mentioned undocumented
Mentioned *IdentitySet `json:"mentioned,omitempty"`
}
|