Matrix/entities/event/edu.go

9 lines
155 B
Go
Raw Normal View History

2020-09-28 20:37:02 +00:00
package event
2020-10-01 15:45:57 +00:00
// TODO: Check if it can be deleted
2020-09-28 20:37:02 +00:00
type EDU struct {
Type string `json:"type,omitempty"`
Content string `json:"content,omitempty"`
}