Available on crate feature helix only.
Expand description

Helix endpoints regarding channels

Examples

let client = HelixClient::new();
let req = GetChannelInformationRequest::builder()
    .broadcaster_id("1234")
    .build();

// Get Channel Information Request only returns one entry.
println!("{:?}", &client.req_get(req, &token).await?.data);

Modules

Gets a list of users who have editor permissions for a specific channel. get-channel-editors

Gets channel information for users. get-channel-information

Modify channel information for users. modify-channel-information

Starts a commercial on a specified channel. start-commercial

Structs

Enums