mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
4 lines
127 B
C#
4 lines
127 B
C#
|
|
namespace Myriad.Gateway
|
|||
|
|
{
|
|||
|
|
public record MessageDeleteEvent(ulong Id, ulong ChannelId, ulong? GuildId): IGatewayEvent;
|
|||
|
|
}
|