Table of Contents

Method EnableComponentsByCustomId

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

EnableComponentsByCustomId(params string[])

Enables all buttons and selects with the specified custom IDs.

public DiscordMessageBuilder EnableComponentsByCustomId(params string[] customIds)

Parameters

customIds string[]

The custom IDs to enable.

Returns

DiscordMessageBuilder

The current builder for chaining.