lemmy-js-client
    Preparing search index...

    Type Alias UpdateCommunityNotifications

    Change notification settings for a community

    type UpdateCommunityNotifications = {
        community_id: CommunityId;
        mode: CommunityNotificationsMode;
    }
    Index

    Properties

    Properties

    community_id: CommunityId