Type Definition egg_mode::direct::DMConversations [] [src]

type DMConversations = HashMap<u64, Vec<DirectMessage>>;

Wrapper around a collection of direct messages, sorted by their recipient.

The mapping exposed here is from a User ID to a listing of direct messages between the authenticated user and that user. For more information, see the docs for ConversationTimeline.