Zep.Schemas.MessageList (Zep v1.0.0)

Copy Markdown View Source

Paginated envelope returned by Zep.Thread.get_messages/3.

Summary

Types

t()

@type t() :: %Zep.Schemas.MessageList{
  messages: [Zep.Schemas.Message.t()],
  row_count: non_neg_integer() | nil,
  thread_created_at: String.t() | nil,
  total_count: non_neg_integer() | nil,
  user_id: String.t() | nil
}