2024-03-12 18:05:27 +00:00
|
|
|
public class TwitchConnection {
|
2024-06-17 00:19:31 +00:00
|
|
|
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; }
|
2024-03-12 18:05:27 +00:00
|
|
|
}
|