lemmy-js-client
    Preparing search index...

    Type Alias CreateComment

    Create a comment.

    type CreateComment = {
        content: string;
        language_id?: LanguageId;
        parent_id?: CommentId;
        post_id: PostId;
    }
    Index

    Properties

    content: string
    language_id?: LanguageId
    parent_id?: CommentId

    post_id

    post_id: PostId