ExTwitter.Model.Cursor (extwitter v0.14.0) View Source
Cursor object.
Reference
Link to this section Summary
Link to this section Types
Specs
t() :: %ExTwitter.Model.Cursor{
items: [ExTwitter.Model.User.t()] | [pos_integer()],
next_cursor: integer(),
previous_cursor: integer(),
raw_data: map()
}