Table of Contents

Constructor InteractivityConfiguration

Namespace
DSharpPlus.Interactivity
Assembly
DSharpPlus.Interactivity.dll

InteractivityConfiguration()

Creates a new instance of InteractivityConfiguration.

public InteractivityConfiguration()

InteractivityConfiguration(InteractivityConfiguration)

Creates a new instance of InteractivityConfiguration, copying the properties of another configuration.

public InteractivityConfiguration(InteractivityConfiguration other)

Parameters

other InteractivityConfiguration

Configuration the properties of which are to be copied.