Table of Contents

Property Condition

Namespace
DSharpPlus.Clients
Assembly
DSharpPlus.dll

Condition

The condition an event needs to meet before it is considered to fulfil this event waiter.

public required Func<T, bool> Condition { get; init; }

Property Value

Func<T, bool>