Podium v0.7.0 Podium.ConversationItem View Source
Represents a conversation item in the Podium API.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Podium.ConversationItem{
actions: [Podium.Action.t()],
body: String.t(),
contact: Podium.Contact.t(),
conversation_uid: String.t(),
header: String.t(),
icon_url: String.t(),
location_uid: String.t(),
publish_date: DateTime.t(),
source_type: Podium.Source.t(),
subheader: String.t(),
uid: String.t()
}