Table of Contents

Method DisableComponentsByCustomId

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DisableComponentsByCustomId(params string[])

Disables all buttons and selects with the specified custom IDs.

public DiscordWebhookBuilder DisableComponentsByCustomId(params string[] customIds)

Parameters

customIds string[]

The custom IDs to disable.

Returns

DiscordWebhookBuilder

The current builder for chaining.