package ap // Raw content of a note I think. Added by Misskey and Akkoma type RawNoteContent struct { Content string `json:"content"` MediaType string `json:"mediaType"` }