Interface IStageInstanceCreateShardedGatewayHandler
Sent when a StageInstance is created (i.e. the Stage is now 'live').
Inner payload is a StageInstance.
public interface IStageInstanceCreateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GatewayClient, StageInstance)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, StageInstance arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argStageInstanceThe event argument.