# `Twilio.Resources.Messaging.V2.Channel.Sender`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/messaging/v2/channel/sender.ex#L2)

The Senders resource represents a messaging channel sender (WhatsApp, RCS).

SID prefix: `XE`

## Properties

| Field | Description |
|-------|-------------|
| `sid` | The SID of the sender. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `status` | The status of the sender. . Values: `CREATING`, `ONLINE`, `OFFLINE`, `PENDING_VERIFICATION`, `VERIFYING`, `ONLINE:UPDATING`, `TWILIO_REVIEW`, `DRAFT`, `STUBBED` |
| `url` | The URL of the resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Messaging.V2.Channel.Sender{
  compliance: String.t(),
  configuration: String.t(),
  offline_reasons: String.t(),
  profile: String.t(),
  properties: String.t(),
  sender_id: String.t(),
  sid: String.t() | nil,
  status: String.t(),
  url: String.t() | nil,
  webhook: String.t()
}
```

# `object_name`

# `sid_prefix`

---

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