foxcord/Foxcord/Gateway/Events/HelloEvent.cs
2024-09-03 00:07:12 +02:00

6 lines
No EOL
128 B
C#

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