masto
    Preparing search index...

    Interface Tags$SelectResource

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

    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