PluralKit/Myriad/Gateway/Events/ThreadCreateEvent.cs

5 lines
104 B
C#
Raw Normal View History

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