Interface IGuildUserRemoveShardedGatewayHandler
Sent when a user is removed from a guild (leave/kick/ban).
public interface IGuildUserRemoveShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildUsers*
Optional Intents: None
*Must also be enabled in the developer portal.
Methods
HandleAsync(GatewayClient, GuildUserRemoveEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, GuildUserRemoveEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argGuildUserRemoveEventArgsThe event argument.