lemmy-js-client
    Preparing search index...

    Type Alias MarkManyPostsAsRead

    Mark several posts as read.

    type MarkManyPostsAsRead = {
        post_ids: PostId[];
    }
    Index

    Properties

    Properties

    post_ids

    post_ids: PostId[]