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 DiscordMessageBuilder DisableComponentsByCustomId(params string[] customIds)

Parameters

customIds string[]

The custom IDs to disable.

Returns

DiscordMessageBuilder

The current builder for chaining.