Spatio.Model.DmForwardRequest (spatio_sdk v0.0.2)

Forward to either a DM (toDmId) or a channel (toChannelId); exactly one required.

Summary

Types

t()

@type t() :: %Spatio.Model.DmForwardRequest{
  accountId: String.t() | nil,
  toChannelId: String.t() | nil,
  toDmId: String.t() | nil
}

Functions

decode(value)