PluralKit/Myriad/Gateway/Events/ThreadCreateEvent.cs

5 lines
104 B
C#
Raw Normal View History

2021-08-27 15:03:47 +00:00
using Myriad.Types;
namespace Myriad.Gateway;
public record ThreadCreateEvent: Channel, IGatewayEvent;