[][src]Function twitch_rs::clips::get_from_game

pub async fn get_from_game<'_>(
    twitch_api: &'_ TwitchApi,
    game_id: String,
    first: i32,
    after: Option<String>,
    before: Option<String>
) -> Result<HelixPaginatedResponse<HelixClip>, Box<dyn Error>>