masto
    Preparing search index...

    Interface FollowAccountParams

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

    Properties

    languages?: string[] | null

    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

    notify?: boolean | null

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

    reblogs?: boolean | null

    Receive this account's reblogs in home timeline? Defaults to true