mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
7 lines
156 B
C#
7 lines
156 B
C#
|
|
namespace Myriad.Gateway
|
|||
|
|
{
|
|||
|
|
public record MessageUpdateEvent(ulong Id, ulong ChannelId): IGatewayEvent
|
|||
|
|
{
|
|||
|
|
// TODO: lots of partials
|
|||
|
|
}
|
|||
|
|
}
|