6 lines
No EOL
128 B
C#
6 lines
No EOL
128 B
C#
namespace Foxcord.Gateway.Events;
|
|
|
|
internal class HelloEvent : IGatewayEvent
|
|
{
|
|
public int HeartbeatInterval { get; init; }
|
|
} |