PluralKit/Myriad/Gateway/Payloads/GatewayHello.cs

3 lines
77 B
C#
Raw Normal View History

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