Interface IGuildUpdateShardedGatewayHandler
Sent when a guild is updated.
The inner payload is a Guild object.
public interface IGuildUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GatewayClient, Guild)
ValueTask HandleAsync(GatewayClient client, Guild arg)
Parameters
client
GatewayClientarg
Guild