twitch_highway 0.2.1

Twitch API
Documentation
1
2
3
4
5
6
7
8
use serde::Deserialize;

use super::types::StartRaid;

#[derive(Debug, Deserialize)]
pub struct StartRaidResponse {
    pub data: Vec<StartRaid>,
}