github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelChat.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ChatInfo undocumented
     6  type ChatInfo struct {
     7  	// Object is the base model of ChatInfo
     8  	Object
     9  	// ThreadID undocumented
    10  	ThreadID *string `json:"threadId,omitempty"`
    11  	// MessageID undocumented
    12  	MessageID *string `json:"messageId,omitempty"`
    13  	// ReplyChainMessageID undocumented
    14  	ReplyChainMessageID *string `json:"replyChainMessageId,omitempty"`
    15  }