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
customIdsstring[]The custom IDs to disable.
Returns
- DiscordWebhookBuilder
The current builder for chaining.