linstrom/ap/raw-note-content.go
2024-01-31 16:56:07 +00:00

7 lines
177 B
Go

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"`
}