Glific v0.3.1 Glific.Conversations View Source

The main Glific abstraction that exposes the data in a stuctured manner as a set of conversations. For now each contact is associated with one and only one conversation. We will keep the API simple for now, but it is likely to become more complex and will require a fair number of iterations to get right

Link to this section Summary

Functions

Returns the last M conversations, each conversation not more than N messages

Link to this section Functions

Link to this function

list_conversations(args, count \\ false)

View Source

Specs

list_conversations(map(), boolean()) :: list() | integer()

Returns the last M conversations, each conversation not more than N messages