blob: d3f29468dfb0131f66de31f8b59203c0e3d49d90 (
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
// ChatInfo undocumented
type ChatInfo struct {
// Object is the base model of ChatInfo
Object
// ThreadID undocumented
ThreadID *string `json:"threadId,omitempty"`
// MessageID undocumented
MessageID *string `json:"messageId,omitempty"`
// ReplyChainMessageID undocumented
ReplyChainMessageID *string `json:"replyChainMessageId,omitempty"`
}
|