Module twitch_api2::helix::channels[][src]

This is supported on crate feature helix only.

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

get_channel_editors

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

get_channel_information

Gets channel information for users. get-channel-information

modify_channel_information

Modify channel information for users. modify-channel-information

start_commercial

Starts a commercial on a specified channel. start-commercial

Structs

ChannelInformation

Return Values for Get Channel Information

Editor

Return Values for Get Channel Editors

GetChannelEditorsRequest

Query Parameters for Get Channel Editors

GetChannelInformationRequest

Query Parameters for Get Channel Information

ModifyChannelInformationBody

Body Parameters for Modify Channel Information

ModifyChannelInformationRequest

Query Parameters for Modify Channel Information

StartCommercial

Return Values for Start Commercial

StartCommercialBody

Body Parameters for Start Commercial

StartCommercialRequest

Query Parameters for Start Commercial

Enums

ModifyChannelInformation

Return Values for Modify Channel Information