Class GetHashtagIdResponse

Class that represents a response from a Get Hashtag ID request. Technically the request will return an array of objects, but in practice it will always have a single item.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.4.0

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

data: {
    id: string;
}[]

The response data.

Methods

Generated using TypeDoc