Podium v0.7.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(),
conversation_uid: String.t(),
location_uid: String.t()
}