Twilio.Messaging.V2.Indicator.TypingService (twilio_elixir v0.1.1)

Copy Markdown View Source

Send a typing indicator event between OTT senders (e.g., WhatsApp, RCS).

Operations: create

Summary

Functions

create(client, params \\ %{}, opts \\ [])

@spec create(Twilio.Client.t(), map(), keyword()) ::
  {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

Send a typing indicator to notify the recipient that you are composing a message. Currently supported for whatsapp channel only. For WhatsApp, messageId is required.

Operation: CreateTypingIndicator | Tags: MessagingV2TypingIndicator