Spatio.Model.SendChatMessageRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.SendChatMessageRequest{
  accountId: String.t() | nil,
  blocks: [%{optional(String.t()) => any()}] | nil,
  channel: String.t(),
  text: String.t(),
  threadId: String.t() | nil
}

Functions

decode(value)