GuestSession
C# class definition for GuestSession
Namespace
Twitch.Common.Models.Api
Definition
GuestSession.cs
public class GuestSession
{
public string Id { get; set; }
public List<GuestStar> Guests { get; set; }
}
Properties
Id
string
Guests
List<GuestStar>