Gleanex.Client.ListChatsResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ListChatsResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.ListChatsResponse{
  chatResults: [Gleanex.Client.ChatMetadataResult.t()] | nil,
  cursor: String.t() | nil
}