3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-08 15:30:48 +01:00

14 lines
306 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ProfilePhoto undocumented
type ProfilePhoto struct {
// Entity is the base model of ProfilePhoto
Entity
// Height undocumented
Height *int `json:"height,omitempty"`
// Width undocumented
Width *int `json:"width,omitempty"`
}