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
|
|||
|
}
|
|||
|
}
|