Interface FollowAccountParams

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

Properties

languages?: null | 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

notify?: null | boolean

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

reblogs?: null | boolean

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