ex_messagebird v0.1.0-pre-release.6 ExMessagebird.SMS.Message

Link to this section Summary

Functions

Generates a message struct from the json object returned by the programmable SMS API

Link to this section Types

Link to this type

t()

t() :: %ExMessagebird.SMS.Message{
  body: term(),
  created_datetime: term(),
  datacoding: term(),
  direction: term(),
  gateway: term(),
  href: term(),
  id: String.t(),
  mclass: term(),
  originator: term(),
  scheduled_datetime: term(),
  type: term(),
  validity: term()
}

Link to this section Functions

Link to this function

from_response(arg1)

Generates a message struct from the json object returned by the programmable SMS API