7 lines
177 B
Go
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"`
|
|
}
|