twitch-agent/TwitchEventSub/Types/EventSubSubscription/Response.cs
Adam R. Grey 3f717df1d4 psuedoinitial
actually I had a previous repo but my dumb ass let the real appsettings sneak in
2021-10-24 01:13:07 -04:00

8 lines
189 B
C#

namespace TwitchEventSub.Types.EventSubSubscription
{
public class Response
{
public Subscription subscription { get; set; }
public Event Event { get; set; }
}
}