Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequest
(notifique v0.2.1)
Copy Markdown
Chamada de voz: from, to, type e conteúdo em payload.
Summary
Types
@type t() :: %Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequest{ clientState: String.t() | nil, instanceId: String.t(), options: Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequestOptions.t() | nil, payload: Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequestPayload.t(), to: [String.t()], type: String.t() }