[][src]Function libtwitch_rs::kraken::users::following

pub fn following<'c>(
    c: &'c TwitchClient,
    user_id: &str
) -> TwitchResult<UserFollowIterator<'c>>

Gets a list of all channels followed by a specified user, sorted by the date when they started following each channel

Authentication: None