Table of Contents

Interface IGuildBanRemoveGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when a user is unbanned from a guild.

public interface IGuildBanRemoveGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildModeration
Optional Intents: None

Methods

HandleAsync(GuildBanEventArgs)

ValueTask HandleAsync(GuildBanEventArgs arg)

Parameters

arg GuildBanEventArgs

Returns

ValueTask