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)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, Guild arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argGuildThe event argument.