Interface HashtagResource

interface HashtagResource {
    local: HashtagLocalResource;
    subscribe(params: SubscribeHashtagParams): Subscription;
}

Properties

Methods

Properties

Methods