Twilio.Resources.IpMessaging.V2.Service.Channel.Message (twilio_elixir v0.1.1)

Copy Markdown View Source

Message resource.

SID prefix: IM

Parent: /Services/{ServiceSid}/Channels/{Sid}

Properties

FieldDescription
date_createdFormat: date-time
date_updatedFormat: date-time
urlFormat: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.IpMessaging.V2.Service.Channel.Message{
  account_sid: String.t() | nil,
  attributes: String.t() | nil,
  body: String.t() | nil,
  channel_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  from: String.t() | nil,
  index: integer(),
  last_updated_by: String.t() | nil,
  media: String.t() | nil,
  service_sid: String.t() | nil,
  sid: String.t() | nil,
  to: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil,
  was_edited: boolean() | nil
}

Functions

object_name()

sid_prefix()