namespace Foxcord.Gateway.Events; internal class HelloEvent : IGatewayEvent { public int HeartbeatInterval { get; init; } }