Interface IReadyGatewayHandler
The ready event is dispatched when a client has completed the initial handshake with the Gateway (for new sessions). The ready event contains all the state required for a client to begin interacting with the rest of the platform.
public interface IReadyGatewayHandler : IGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(ReadyEventArgs)
ValueTask HandleAsync(ReadyEventArgs arg)
Parameters
arg
ReadyEventArgs