ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.JoinUserThread.Params (archastro v0.3.5)

Copy Markdown

Join a user-scoped thread by ID, optionally supplying local tools for a personal thread

Summary

Types

t()

@type t() ::
  %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.JoinUserThread.Params{
    after_cursor: String.t() | ArchAstro.SDK.Unset.t(),
    before_cursor: String.t() | ArchAstro.SDK.Unset.t(),
    include_metadata: boolean() | ArchAstro.SDK.Unset.t(),
    limit: integer() | ArchAstro.SDK.Unset.t(),
    local_tool_provider_id: String.t() | ArchAstro.SDK.Unset.t(),
    local_tools:
      [
        ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.JoinUserThread.Params.Nested.LocalToolsItem.t()
      ]
      | ArchAstro.SDK.Unset.t()
  }

Functions

from_map(data)

@spec from_map(ArchAstro.SDK.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.SDK.JSON.object()