CommentData: {
    actorInfo: ActorHeaderInfo;
    content: string;
    metaInfo: ObjectMetaInfo;
    replyOf: string;
}

CommentData Information about a single comment

Type declaration

  • actorInfo: ActorHeaderInfo

    Information about the actor

  • content: string

    Content Content of the comment

  • metaInfo: ObjectMetaInfo

    meta information about the object, e.g. its publishing date

  • replyOf: string

    Replyof URI the post is a reply of