Provides struct and type for a ChatFile
Summary
Types
@type t() :: %Gleanex.Client.ChatFile{ id: String.t() | nil, metadata: Gleanex.Client.ChatFileMetadata.t() | nil, name: String.t() | nil, url: String.t() | nil }
Provides struct and type for a ChatFile
@type t() :: %Gleanex.Client.ChatFile{ id: String.t() | nil, metadata: Gleanex.Client.ChatFileMetadata.t() | nil, name: String.t() | nil, url: String.t() | nil }