Interface RemoveRecentHashtag

Removes a hashtag from the list of recently used hashtags. Request type for Tdjson#removeRecentHashtag.

interface RemoveRecentHashtag {
    @type: "removeRecentHashtag";
    hashtag: string;
}

Properties

Properties

@type: "removeRecentHashtag"
hashtag: string

Hashtag to delete.