Method EnableComponentsByCustomId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
EnableComponentsByCustomId(params string[])
Enables all buttons and selects with the specified custom IDs.
public DiscordWebhookBuilder EnableComponentsByCustomId(params string[] customIds)
Parameters
customIdsstring[]The custom IDs to enable.
Returns
- DiscordWebhookBuilder
The current builder for chaining.