lemmy-js-client
    Preparing search index...

    Type Alias EditComment

    Edit a comment.

    type EditComment = {
        comment_id: CommentId;
        content?: string;
        language_id?: LanguageId;
    }
    Index

    Properties

    comment_id: CommentId
    content?: string
    language_id?: LanguageId