Gleanex.Client.MessagesResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a MessagesResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.MessagesResponse{
  hasMore: boolean(),
  rootMessage: Gleanex.Client.SearchResult.t() | nil,
  searchResponse: Gleanex.Client.SearchResponse.t() | nil
}