Notifique.OpenApi.Model.NtfPushSendPushRequestPayload (notifique v0.2.1)

Copy Markdown

Conteúdo do push. Com type: push, informe pelo menos title ou body. Com type: template, use templateId e variables.

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfPushSendPushRequestPayload{
  body: String.t() | nil,
  data: %{optional(String.t()) => any()} | nil,
  icon: String.t() | nil,
  image: String.t() | nil,
  templateId: String.t() | nil,
  title: String.t() | nil,
  url: String.t() | nil,
  variables: %{optional(String.t()) => any()} | nil
}

Functions

decode(value)