Context*map[string]any`json:"@context,omitempty"`// Lots of something. Not included if action is embedded as object in another object
IDurl.URL`json:"id"`// URL to this resource
Actorurl.URL`json:"actor"`// Account that created this action, links to the AP url
Typestring`json:"type"`// Should always be "Create"
Publishedtime.Time`json:"published"`// When this action was created
Objectany`json:"object"`// Content of the action, is an AP object, like notes or questions (survey)
To[]url.URL`json:"to"`// Array of url targets to deliver it to. With dms, oonly includes target accounts. Followers only goes to followers url of posting account
Cc[]url.URL`json:"cc"`// More targets to deliver to?