[][src]Function twitch_rs::users::get_follows

pub async fn get_follows<'_>(
    twitch_api: &'_ TwitchApi,
    first: i32,
    after: Option<String>,
    to_id: Option<String>,
    from_id: Option<String>
) -> Result<HelixPaginatedResponseWithTotal<HelixFollow>, Box<dyn Error>>