Table of Contents

Method EnableComponentsById

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

EnableComponentsById(params int[])

Enables all buttons and selects with the specified component IDs.

public DiscordWebhookBuilder EnableComponentsById(params int[] ids)

Parameters

ids int[]

The component IDs to enable.

Returns

DiscordWebhookBuilder

The current builder for chaining.