Interface SubscribeHashtagParams

interface SubscribeHashtagParams {
    tag: string;
}

Properties

Properties

tag: string