Interface RemoveSearchedForTag

Removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags. Request type for Tdjson#removeSearchedForTag.

interface RemoveSearchedForTag {
    @type: "removeSearchedForTag";
    tag: string;
}

Properties

Properties

@type: "removeSearchedForTag"
tag: string

Hashtag or cashtag to delete.