Table of Contents

Interface IApplicationCommandPermissionsUpdateGatewayHandler

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

Sent when an application command's permissions are updated. The inner payload is an ApplicationCommandPermission object.

public interface IApplicationCommandPermissionsUpdateGatewayHandler : IGatewayHandler

Remarks

Required Intents: None
Optional Intents: None

Methods

HandleAsync(ApplicationCommandPermission)

ValueTask HandleAsync(ApplicationCommandPermission arg)

Parameters

arg ApplicationCommandPermission

Returns

ValueTask