Interface Tags$SelectResource

interface Tags$SelectResource {
    fetch(meta?: HttpMetaParams<"none">): Promise<mastodon.v1.Tag>;
    follow(meta?: HttpMetaParams<"none">): Promise<mastodon.v1.Tag>;
    unfollow(meta?: HttpMetaParams<"none">): Promise<mastodon.v1.Tag>;
}

Methods

  • Unfollow a hashtag. Posts containing a followed hashtag will no longer be inserted into your home timeline.

    Parameters

    • Optionalmeta: HttpMetaParams<"none">

    Returns Promise<mastodon.v1.Tag>

    Tag