Conversation entity
A conversation with "direct message" visibility
Fields
id- the ID of the conversationunread- whether the conversation is currently marked as unreadaccounts- list ofHunter.Account, participants in the conversationlast_status- the lastHunter.Statusin the conversation, if any
Summary
Types
@type t() :: %Hunter.Conversation{ accounts: [Hunter.Account.t()], id: String.t(), last_status: Hunter.Status.t() | nil, unread: boolean() }