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

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.TemplateSendRequestPush{
  i18n: %{optional(String.t()) => any()} | nil,
  localization:
    Notifique.OpenApi.Model.TemplateSendRequestPushLocalization.t() | nil,
  options: %{optional(String.t()) => any()} | nil,
  pushAppId: String.t(),
  pushTargetLocale: String.t() | nil,
  schedule:
    Notifique.OpenApi.Model.NtfTgSendTelegramMessageRequestSchedule.t() | nil
}

Functions

decode(value)