Notifique.OpenApi.Model.NtfRcsSendRcsRequest
(notifique v0.2.1)
Copy Markdown
Envio canônico: to (E.164) e conteúdo em payload. type: basic, card, carousel, file ou template.
Summary
Types
@type t() :: %Notifique.OpenApi.Model.NtfRcsSendRcsRequest{ i18n: %{optional(String.t()) => any()} | nil, localization: Notifique.OpenApi.Model.NtfRcsSendRcsRequestLocalization.t() | nil, metadata: Notifique.OpenApi.Model.NtfRcsSendRcsRequestMetadata.t() | nil, options: Notifique.OpenApi.Model.NtfRcsSendRcsRequestOptions.t() | nil, payload: Notifique.OpenApi.Model.NtfRcsSendRcsRequestPayload.t(), refer: String.t() | nil, schedule: Notifique.OpenApi.Model.NtfSmsSendSmsRequestSchedule.t() | nil, to: [String.t()], type: String.t() }