7 lines
238 B
C#
7 lines
238 B
C#
public class TwitchConnection {
|
|
public string? Id { get; set; }
|
|
public string? Secret { get; set; }
|
|
public string? BroadcasterId { get; set; }
|
|
public string? Username { get; set; }
|
|
public string? UserId { get; set; }
|
|
} |