package core import "time" type Message struct { Time time.Time `json:"time"` MessageID string Author string AuthorID string Contents string }