Interface SearchHashtags

Searches for recently used hashtags by their prefix. Request type for Tdjson#searchHashtags.

interface SearchHashtags {
    @type: "searchHashtags";
    limit: number;
    prefix: string;
}

Properties

Properties

@type: "searchHashtags"
limit: number

The maximum number of hashtags to be returned.

prefix: string

Hashtag prefix to search for.