ExStreamClient.Model.SendMessageRequest (ExStreamClient v0.1.7)

View Source

Schema representing a SendMessageRequest

Summary

Functions

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

Types

t()

@type t() :: %ExStreamClient.Model.SendMessageRequest{
  force_moderation: boolean() | nil,
  keep_channel_hidden: boolean() | nil,
  message: ExStreamClient.Model.MessageRequest.t(),
  pending: boolean() | nil,
  pending_message_metadata: %{optional(String.t()) => String.t()} | nil,
  skip_enrich_url: boolean() | nil,
  skip_push: boolean() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()