View Source Tw.V1_1.SearchMetadata (Tw v0.1.0)

Struct for search result metadata from GET /search/tweets.json. https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets

Link to this section Summary

Functions

Decode JSON-decoded map into t/0

Link to this section Types

Specs

t() :: %Tw.V1_1.SearchMetadata{
  completed_in: float(),
  count: integer(),
  max_id: integer(),
  max_id_str: binary(),
  next_results: binary(),
  query: binary(),
  since_id: integer(),
  since_id_str: binary()
}

Link to this section Functions

Specs

decode!(map()) :: t()

Decode JSON-decoded map into t/0