PluralKit/Myriad/Gateway/Payloads/GatewayHello.cs

3 lines
77 B
C#

namespace Myriad.Gateway;
public record GatewayHello(int HeartbeatInterval);