Gleanex.Platform.ChatPersonSource (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatPersonSource

Summary

Types

t()

@type t() :: %Gleanex.Platform.ChatPersonSource{
  name: String.t() | nil,
  person_id: String.t(),
  type: String.t(),
  url: String.t() | nil
}