pl-api
    Preparing search index...

    Interface FollowAccountParams

    interface FollowAccountParams {
        languages?: string[];
        notify?: boolean;
        reblogs?: boolean;
    }
    Index

    Properties

    languages?: string[]

    Array of String (ISO 639-1 language two-letter code). Filter received statuses for these languages. If not provided, you will receive this account’s posts in all languages. Requires features['followAccountLanguages'].

    notify?: boolean

    Boolean. Receive notifications when this account posts a status? Defaults to false.

    reblogs?: boolean

    Boolean. Receive this account’s reblogs in home timeline? Defaults to true.