Interface FollowedTagRepository

interface FollowedTagRepository {
    list(params?, meta?): Paginator<mastodon.v1.Tag[], DefaultPaginationParams>;
}

Methods

Methods