podium_ex v0.3.0 Podium.Message View Source

Represents a message in the Podium API.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Podium.Message{
  body: String.t(),
  contact: Podium.Contact.t(),
  location_uid: String.t()
}