Interface ClearSearchedForTags

Clears the list of recently searched for hashtags or cashtags. Request type for Tdjson#clearSearchedForTags.

interface ClearSearchedForTags {
    @type: "clearSearchedForTags";
    clear_cashtags?: boolean;
}

Properties

@type: "clearSearchedForTags"
clear_cashtags?: boolean

Pass true to clear the list of recently searched for cashtags; otherwise, the list of recently searched for hashtags will be cleared.