Twitch.Common.Models.Api
public class GuestStarSettings
{
public bool IsModeratorSendLiveEnabled { get; set; }
public int SlotCount { get; set; }
public bool IsBrowserSourceAudioEnabled { get; set; }
public string GroupLayout { get; set; }
public string BrowserSourceToken { get; set; }
}