[][src]Function twitch_rs::streams::get_from_users

pub async fn get_from_users<'_, '_>(
    twitch_api: &'_ TwitchApi,
    user_ids: &'_ Vec<String>,
    first: i32,
    after: Option<String>,
    before: Option<String>
) -> Result<HelixPaginatedResponse<HelixStream>, Box<dyn Error>>