Function egg_mode::tweet::liked_by [] [src]

pub fn liked_by<'a, T: Into<UserID<'a>>>(
    acct: T,
    token: &'a Token,
    handle: &'a Handle
) -> Timeline<'a>

Make a Timeline struct for navigating the collection of tweets liked by the given user.

This method has a default page size of 20 tweets, with a maximum of 200.