Interface GetSearchedForTags

Returns recently searched for hashtags or cashtags by their prefix. Request type for Tdjson#getSearchedForTags.

interface GetSearchedForTags {
    @type: "getSearchedForTags";
    limit: number;
    tag_prefix: string;
}

Properties

@type: "getSearchedForTags"
limit: number

The maximum number of items to be returned.

tag_prefix: string

Prefix of hashtags or cashtags to return.