forked from jshiffer/matterbridge
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
14 lines
337 B
Go
14 lines
337 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
import "time"
|
|
|
|
// ChatActivityStatistics undocumented
|
|
type ChatActivityStatistics struct {
|
|
// ActivityStatistics is the base model of ChatActivityStatistics
|
|
ActivityStatistics
|
|
// AfterHours undocumented
|
|
AfterHours *time.Duration `json:"afterHours,omitempty"`
|
|
}
|