pl-api
    Preparing search index...

    Interface UpdateNotificationSettingsParams

    interface UpdateNotificationSettingsParams {
        block_from_strangers?: boolean;
        hide_notification_contents?: boolean;
    }
    Index

    Properties

    block_from_strangers?: boolean

    blocks notifications from accounts you do not follow

    hide_notification_contents?: boolean

    When set to true, it removes the contents of a message from the push notification.