foxcord/Foxcord/Gateway/Events/HelloEvent.cs

6 lines
128 B
C#
Raw Permalink Normal View History

2024-09-03 00:07:12 +02:00
namespace Foxcord.Gateway.Events;
internal class HelloEvent : IGatewayEvent
{
public int HeartbeatInterval { get; init; }
}