# `Twilio.Messaging.V3.Indicator.TypingService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/messaging/v3/indicator/typing_service.ex#L2)

Send a typing indicator event for OTT channels (e.g., WhatsApp, Apple Messages for Business).

Operations: `create`

# `create`

```elixir
@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. Supported channels: WhatsApp, Apple Messages for Business. The request body varies by channel — use the `channel` field as the discriminator.

Operation: `CreateV3TypingIndicator` | Tags: MessagingV3TypingIndicator

---

*Consult [api-reference.md](api-reference.md) for complete listing*
