Twilio.Resources.Conversations.V2.Conversation.Participant (twilio_elixir v0.1.3)

Copy Markdown View Source

Participant resource.

Properties

FieldDescription

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

addressThe address value formatted according to channel type: - SMS/VOICE: E.164 phone number (such as "+18005550100") - WHATSAPP: Phone number with whatsapp prefix (such as "whatsapp:+18005550100") - RCS: Sender ID or phone number with rcs prefix (such as "rcs:brand_acme_agent" or "rcs:+18005550100") - CHAT: Customer-defined string identifier
channelThe channel for Communication.. Values: VOICE, SMS, RCS, WHATSAPP, CHAT
channelIdChannel-specific ID for correlating Communications.

Summary

Types

t()

@type t() :: %Twilio.Resources.Conversations.V2.Conversation.Participant{
  address: String.t(),
  channel: String.t(),
  channelId: String.t()
}

Functions

object_name()