Interface Hashtags

Contains a list of hashtags.

interface Hashtags {
    @type: "hashtags";
    hashtags: string[];
}

Properties

Properties

@type: "hashtags"
hashtags: string[]

A list of hashtags.