Spatio.Model.BulkMarkReadRequest (spatio_sdk v0.0.2)

Bulk shorthand for setting read state on many messages at once. messageIds accepts an array; the production handler also accepts a bare string for renderer-compat but the spec models the array shape only. read defaults to true when omitted.

Summary

Types

t()

@type t() :: %Spatio.Model.BulkMarkReadRequest{
  accountId: String.t() | nil,
  messageIds: [String.t()],
  read: boolean() | nil
}

Functions

decode(value)