[][src]Function twitch_rs::videos::get_from_game

pub async fn get_from_game<'_>(
    twitch_api: &'_ TwitchApi,
    game_id: String,
    first: i32,
    after: Option<String>,
    before: Option<String>,
    language: Option<String>,
    period: Option<String>,
    sort: Option<String>,
    r#type: Option<String>
) -> Result<HelixPaginatedResponse<HelixVideo>, Box<dyn Error>>