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

pub fn conversations<'a>(
    token: &'a Token,
    handle: &'a Handle
) -> ConversationTimeline<'a>

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.