extwitter v0.11.0 ExTwitter.Model.Cursor

Cursor object.

Reference

Cursoring

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %ExTwitter.Model.Cursor{
  items: [ExTwitter.Model.User.t()] | [pos_integer()],
  next_cursor: integer(),
  previous_cursor: integer(),
  raw_data: map()
}