OSTIP_EXARI v0.1.0 Swagger.Client.Model.TextMessage View Source

A text message.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.TextMessage{
  body: String.t(),
  from: String.t(),
  to: String.t(),
  variables: ListTextMessageVariable
}