pl-api
    Preparing search index...

    Interface UpdateNotificationPolicyRequest

    interface UpdateNotificationPolicyRequest {
        for_limited_accounts?: boolean;
        for_new_accounts?: boolean;
        for_not_followers?: boolean;
        for_not_following?: boolean;
        for_private_mentions?: boolean;
    }
    Index

    Properties

    for_limited_accounts?: boolean

    Whether to accept, filter or drop notifications from accounts that were limited by a moderator.

    for_new_accounts?: boolean

    Whether to accept, filter or drop notifications from accounts created in the past 30 days.

    for_not_followers?: boolean

    Whether to accept, filter or drop notifications from accounts that are not following the user.

    for_not_following?: boolean

    Whether to accept, filter or drop notifications from accounts the user is not following.

    for_private_mentions?: boolean

    Whether to accept, filter or drop notifications from private mentions. drop will prevent creation of the notification object altogether (without preventing the underlying activity),