Interface IApplicationCommandPermissionsUpdateShardedGatewayHandler
Sent when an application command's permissions are updated. The inner payload is an ApplicationCommandPermission object.
public interface IApplicationCommandPermissionsUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(GatewayClient, ApplicationCommandPermission)
ValueTask HandleAsync(GatewayClient client, ApplicationCommandPermission arg)
Parameters
client
GatewayClientarg
ApplicationCommandPermission