[][src]Function egg_mode::direct::conversations

pub fn conversations(token: &Token) -> ConversationTimeline

Create a ConversationTimeline loader that can load direct messages as a collection of pre-sorted conversations.

Note that this does not load any messages; you need to call newest or next for that. See ConversationTimeline for details.