Method FilterComponents
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
FilterComponents<T>()
Searches the components on this message for an aggregate of all components of a certain type.
public IReadOnlyList<T> FilterComponents<T>() where T : DiscordComponent
Returns
- IReadOnlyList<T>
Type Parameters
T