Giphy v0.1.1 Giphy.Page

A page of image results. See the Giphy API docs for more details.

%Giphy.Page{
  count: 1,
  data: [%Giphy.GIF{}], 
  offset: 0,
  total_count: 20990
}

Summary

Types

t()
t() :: %Giphy.Page{count: integer, data: [Giphy.GIF.t], offset: integer, total_count: integer}