Interface ListAccountStatusesParams

interface ListAccountStatusesParams {
    excludeReblogs?: null | boolean;
    excludeReplies?: null | boolean;
    limit?: null | number;
    maxId?: null | string;
    minId?: null | string;
    onlyMedia?: null | boolean;
    pinned?: null | boolean;
    sinceId?: null | string;
    tagged?: null | string;
}

Hierarchy (view full)

Properties

excludeReblogs?: null | boolean

Skip statuses that are boosts of other statuses

excludeReplies?: null | boolean

Skip statuses that reply to other statuses

limit?: null | number

Maximum number of results to return per page. Defaults to 40. NOTE: Pagination is done with the Link header from the response.

maxId?: null | string

Return results older than this ID.

minId?: null | string

Get a list of items with ID greater than this value excluding this ID

onlyMedia?: null | boolean

Only return statuses that have media attachments

pinned?: null | boolean

Only return statuses that have been pinned

sinceId?: null | string

Return results newer than this ID.

tagged?: null | string

Only return statuses using a specific hashtag