Interface IStageInstanceUpdateShardedGatewayHandler
Sent when a StageInstance is updated.
Inner payload is a StageInstance.
public interface IStageInstanceUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GatewayClient, StageInstance)
ValueTask HandleAsync(GatewayClient client, StageInstance arg)
Parameters
client
GatewayClientarg
StageInstance