2024-01-30 11:26:41 +00:00
|
|
|
package ap
|
|
|
|
|
2024-01-31 16:56:07 +00:00
|
|
|
// Raw content of a note I think. Added by Misskey and Akkoma
|
2024-01-30 11:26:41 +00:00
|
|
|
type RawNoteContent struct {
|
|
|
|
Content string `json:"content"`
|
|
|
|
MediaType string `json:"mediaType"`
|
|
|
|
}
|