]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/video-comment-object.ts
Create comment on replied mastodon statutes
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-comment-object.ts
1 export interface VideoCommentObject {
2 type: 'Note'
3 id: string
4 content: string
5 inReplyTo: string
6 published: string
7 url: string
8 }