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